function newWindow(url)
{
serviceswin = window.open(online+url, "serviceswin", "width=665,height=430,innerWidth=665,innerHeight=430,screenX=20,screenY=20,left=20,top=20,resizable=yes,scrollbars=yes");		
serviceswin.focus();
}
