
function over(ten){
  	ten.src = "img/site/"+ten.id+"[2].jpg";
}
//---------------------------------------------------------------------------------------------------------
function out(ten){
  	ten.src = "img/site/" + ten.id + "[1].jpg";
}

//-------------------------------------------------------------------------------------
function selecturl(s) {
	var gourl = s.options[s.selectedIndex].value;	window.top.location.href = gourl;
}
//------------------------------------------------------------------------------------
function nic()
{
return;
}


