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