<!--

loadNull = new Image();
loadNull.src = "/images/null.gif";


if (!document.layers) ie4 = (navigator.userAgent.indexOf("MSIE 4") != -1) ? true : false;

function uniqueId(input) {
	re = /[A-Za-z0-9]/g;
	//str = window.location.href;
	myArray = input.match(re);
	output = "";
	for (i=0;i<myArray.length;i++) {
		output = output + myArray[i];
	}
	return output;
}


function replaceSome(tt) {
	myRe0 = new RegExp('href="[a-z0-9/]+\.html"', 'g');
	midStr0 = tt.replace(myRe0, "href='#' onclick='return false;'");
	myRe1 = new RegExp('190|214', 'g');
	midStr1 = midStr0.replace(myRe1, "1");
	return midStr1;
}

function prnWin() {
	if (!document.layers) {
		pageTitle = document.title;
		whatToPrint = document.getElementById("content");
		innerCon = whatToPrint.innerHTML;
		printCon = replaceSome(innerCon);
		s = 'resizable=no,menubar=yes,location=no,toolbar=yes,status=no,scrollbars=yes,width=' + 700 + ',height=' + 600;
	    WindowName = uniqueId(window.location.href);
		var secWnd = window.open('', WindowName, s);
		with (secWnd) {
			document.write("<HTML>\n<head>\n<title>" + pageTitle + "</title>\n<link href=\"/include/default.css\" rel=\"stylesheet\" type=\"text/css\">\n</head>\n");
			document.write("<body bgcolor=\"#FFFFFF\" leftmargin=\"7\" topmargin=\"7\" >\n");			
			document.write(printCon);
			document.write("\n</body>\n");
			document.write("</html>");
			document.close();
			focus();
		}
	}
}



function tops(url, w, h) {

	var r_w = w, r_h = h, s = '';

	s = 'status=no,scrollbars=no' + ',width=' + r_w + ',height=' + r_h;

	secWnd = window.open(url, 'LargePicWindow'+w, s);

	if ((url!="head.html")&&(url!="/head_eng.html")) {

	with (secWnd) {

		document.write("<HTML>\n<head><title>ÊîðïóñÃðóïï</title>");

		document.write("</head>");

        document.write("<BODY MARGINWIDTH=0 MARGINHEIGHT=0 LEFTMARGIN=0 TOPMARGIN=0 BGCOLOR='White'>");

        document.write("<DIV STYLE='left:0px;top:0px;margin:0px 0px 0px 0px;'>");

        document.write("<IMG SRC=\""+url+"\" WIDTH="+ w +" HEIGHT=" + h + " BORDER=0>");

        document.write("</DIV>");

        document.writeln("</BODY>\n</HTML>");

        document.close();

		focus();

        }

	}

    return false;

}







function getLayer(name) {



	if (ie4)



		targetLayer = document.all[name];



	else	



		targetLayer = document.getElementById(name);



	return targetLayer;



}







function setMe() {



	if (!document.layers) {



		whatLayer = getLayer('dotted01');



		if (whatLayer!=null) {



			whatLayer.style.backgroundRepeat = "repeat-y";



			whatLayer.style.backgroundImage = "url(images/main_top_dots04.gif)";



			whatLayer.style.backgroundPosition = "left";



		}



		whatLayer = getLayer('dotted02');



		if (whatLayer!=null) {



			whatLayer.style.backgroundRepeat = "repeat-y";



			whatLayer.style.backgroundImage = "url(images/main_top_dots04.gif)";



			whatLayer.style.backgroundPosition = "left";



		}



		whatLayer = getLayer('dotted03');



		if (whatLayer!=null) {



			whatLayer.style.backgroundRepeat = "repeat-y";



			whatLayer.style.backgroundImage = "url(images/main_top_dots04.gif)";



			whatLayer.style.backgroundPosition = "left";



		}



	}



}



// --> 