function msg(page,getwidth,getheight)
{
//window.open(page,'anyname','width='+350+',height='+520)
window.open(page, "newwindow", "height="+getwidth+", width="+getheight+", toolbar=no , menubar=no, scrollbars=yes, resizable=yes, location=no, status=no")
}