function popUp( sname, site_name, width, height ) 
{
 x=window.open( sname ,site_name,"toolbar=no,location=no,top=0,left=0,directories=no,status=no,resizable=yes,menubar=no,location=no,scrollbars=1,width=" + width + ",height=" + height);
 x.focus();
}
