function js_callpage(htmlurl)
{
 var newwin=window.open(htmlurl,'_blank','');
return false;
}





