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