    	var d = document;
    	var winIE = (navigator.userAgent.indexOf("Opera")==-1 && (d.getElementById &&  d.documentElement.behaviorUrns)) ? true : false;
    
        function bodySize()
        {
    	   if(winIE && d.documentElement.clientWidth) {
        	sObj = d.getElementsByTagName("body")[0].style;
        	sObj.width = (d.documentElement.clientWidth<1000) ? "1000px" : "100%";
        	/*sObj.height = (d.documentElement.clientHeight<760) ? "760px" : "100%8"; */ 
    	   }
    	   
    	}
    
    	function init(){
    	   if(winIE) { bodySize(); }
    	}
    
    	onload = init;
    	if(winIE) { onresize = bodySize; }


function resizable_big_image(theURL, w, h, t) {
    _left = 0;
    _top = 0;
    if (t.length == 0) {
        h1 = 0;
    } else {
        h1 = 280;
    }
    features = "status=no,scrollbars=no,resizable=no,width=" + w + ",height=" + (h+h1) + ",top=" + _top + ",left=" + _left;
    w = window.open('','',features);
    w.document.write("<html><head><title>Виктория - отдых, аренда, прокат, чартер парусных яхт в Подмосковье, Москва</title></head><body style='margin: 0;'><img src='" + theURL + "' alt=''/></body></html>");
}
