// for
<!--
function go_to(g,t) {
	if (t==1) {
	myWin=window.open(g, "_blank"); 
	}
	else {
	window.location.href=g
	}
}
function out_email (n) {
	if (n==1) {
		document.write ("<a class='a' href='mailto:sda@ostatok.net'>sda@ostatok.net</a>");
	}
}
// Original: Alex Tu boudha1@hotmail.com
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
//-->