// JavaScript Document
function msg(page,getwidth,getheight)
{
window.open(page,'anyname','width='+740+',height='+450)
}
