
<!-- Start script

function openpopup(url,name,height,width)
{
options = "menubar=0,location=0,scrollbars=0,left=50,top=50,resizable,width="+width+",height="+height;
windowobj = window.open(url,name,options);
windowobj.focus();
}

// end script -->
