<!--
function high_window(wname)
{ 
newWindow=window.open('','test','menubar=no,location=no,resizable=yes,scrollbars=no,status=no,width=400,height=520,top=0,left=0');
newWindow.location=wname;
}

function wide_window(wname)
{ 
newWindow=window.open('','test','menubar=no,location=no,resizable=yes,scrollbars=no,status=no,width=530,height=480,top=0,left=0');
newWindow.location=wname;
}
// âûçîâ â <body> ïî ññûëêå:<a href="javascript:õõ_window('wname')">
// ÎÁßÇÀÒÅËÜÍÎ óäàëèòü èç <head> <base target="">

//-->