var d = document;
var winIE = (navigator.userAgent.indexOf("Opera")==-1 && (d.getElementById &&  d.documentElement.behaviorUrns))  ? true : false;

function wo(link,ww,hh,title)
{
        ww = ww ? ' width='+ww+' ' : ' width=400 ';
        hh = hh ? ' height='+hh+' ' : ' height=410 ';
        w=window.open(link,'',(ww)+', '+(hh)+', toolbar=0,scrollbars=0,resizable');
        if (link.indexOf('.html')==-1)
		{
                if (document.layers) title='';
				
               w.document.open();
			   //w.document.write('&lt;html&gt;rewtt&lt;html/&gt;');

                w.document.write('<html><head><title>BelKosmex<\/title>');
                w.document.write('<meta http-equiv=Content-Type content="text/html; charset=windows-1251"><\/head>');
                w.document.write('<body bgcolor=white marginwidth=0 marginheight=0 topmargin=0 leftmargin=0>');
				w.document.write('<table width=100% height=100% border=0 cellspacing=0 cellpadding=0><tr><td align=center>');
				w.document.write('<img src='+link+' border=0 alt=""><\/td><\/tr><\/table><\/body><\/html>'); 
                w.document.close();
        }
        w.focus();
}   

function bodySize(){
	if(winIE && d.documentElement.clientWidth) {
		sObj = d.getElementById("minWidth").style;
		sObj.width = (d.documentElement.clientWidth<=1000) ? "1000px" : "100%";
	}
}
function init(){
	if(winIE) { bodySize(); }
 }
 
onload = init;

if(winIE) { onresize = bodySize; }



