
<!-- //

browser_name = navigator.appName;
browser_version = parseFloat(navigator.appVersion);

if (browser_name == "Netscape" && browser_version >= 3.0) { browser_ok = 'true'; }
else if (browser_name == "Microsoft Internet Explorer" && browser_version >= 3.0) { browser_ok = 'true'; }
else { browser_ok = 'false'; }

function change(img, ref) {
   if (browser_ok == 'true') {
       document.images[img].src = ref;
   }
}

if (browser_ok == 'true')
{
a1=new Image; a1.src="http://www.ibb.ru/images/m_1_a.gif";
a2=new Image; a2.src="http://www.ibb.ru/images/m_2_a.gif";
a3=new Image; a3.src="http://www.ibb.ru/images/m_3_a.gif";
a4=new Image; a4.src="http://www.ibb.ru/images/m_4_a.gif";
a5=new Image; a5.src="http://www.ibb.ru/images/m_5_a.gif";
}
function Wed(name){
	screen_width=screen.width-10-492;
	screen_height=screen.availHeight-181;
	window.open(''+name+'','_blank','scrollbars=yes,width=550,height='+screen_height+',top=0,left='+screen_width+',resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no')
	}

//-->
