function movieobject(moviename){
	if (navigator.appName.indexOf ("Microsoft") !=-1) {
		return window[moviename]
	}
	else{
		return document[moviename]
	}
}
function openBanner(){
	obj = movieobject("ABG_shapka");
	obj.GotoFrame(20);
	window.open('/rus/popup.php','wnd_house','width=772, height=383, left=10,top=10, scrollbars=no, status=yes');
}
function showPopupImgWindow(im,w,h,alt){
	obj = movieobject("ABG_shapka");
	if(obj) obj.GotoFrame(20);
	imgwindow = window.open("","_blank","resizable=no,menubar=no,status=yes,top=30,left=100;scrollbars=no,width="+w+",height="+h);
	imgwindow.document.open("text/html");
	imgwindow.document.writeln('<html><head><title>'+alt+'<\/title><\/head>');
	imgwindow.document.writeln('<body bgcolor=#ffffff marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
	imgwindow.document.writeln('<div align="left"><a href="'+im+'" onClick="javascript:{window.close();return false;}"><img src="'+im+'" width="'+w+'" height="'+h+'" alt="'+alt+'" border="0" id="pict"></a></div>');
	imgwindow.document.writeln('<\/body><\/html>');
	imgwindow.focus();
}
function myStart(){
	var obj;
	obj = movieobject("ABG_shapka");
	if (obj) obj.GotoFrame(1);
}
function myStop(){
	var obj;
	obj = movieobject("ABG_shapka");
	if (obj) obj.GotoFrame(20);
	if (obj) obj.GotoFrame(1);
}
