<!--//
function openWindow()
{
window.open("","windowname",'resizable=no,width=600,height=607');
}
//-->