function js_callpage(htmlurl) 
{ 
var newwin=window.open(htmlurl,'','scrollbars=yes,resizable=yes,width=720,height=500,top=150,left=200');return false; 
} 