var _now_;
function mm(img){
	document.getElementById(img.id+'_img').src='img/'+img.id+'.gif';
//	img.innerHtml='<a href="#"><img style="margin-right:4px;margin-left:4px;" src="img/'+img.id+'.gif" id="img_24_img" alt="" width="49" height="12" /></a>';
	img.style.background='#323438';
}
function mm_(img){
	document.getElementById(img.id+'_img').src='img/'+img.id+'_.gif';
//	img.innerHtml='<a href="#"><img style="margin-right:4px;margin-left:4px;" src="img/'+img.id+'_.gif" id="img_24_img" alt="" width="49" height="12" /></a>';
	img.style.background='#650800';
}
function getURL(str){
	window.location='?page='+str;
}
function d_menu(str){
	window.location='?page=lastn&theme='+str;
}
function change_content(name){
	ddd=name;
//	document.getElementById('ing_f_'+name).style.borderColor='#990000';
//	alert(document.getElementById('ing_f_'+name));
	if(_now_!=name){
		if(_now_)
			document.getElementById(_now_+'_sub').style.display='none';
		_now_=name;
		document.getElementById(name+'_sub').style.display='block';
		document.getElementById('sub_img').src='img/icons/'+name+'_.gif';
	}
}
function MM_preloadImages() {
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function cur(obj){
	obj.style.cursor='hand';
}



function cocteils(id){
		e = document.getElementById(id);
			if (e.style.display != "none") e.style.display = "none";
			else e.style.display = "";
}

function putover(obj){
	obj.style.borderColor='#aa0000';
}
function putout(obj){
//	if(obj!=document.getElementById('ing_f_'+ddd)){
		obj.style.borderColor='#999999';
//	}
}

function winop(){
windop = window.open("http://www.woweb.ru","mywin","height=120,width=300,left=100,top=30");
}

