function popup(url, w, h, sc) 
{
openpopup=window.open(url, 'popup', 'resizable=no,scrollbars=' + sc + ',width=' + w + ',height=' + h + ',menubar=no');

}	
