
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  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 MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
/*function gotopage(url)
{
    window.location =url;
}*/


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// function for display/hide content
function display (sID) {
	oObj = document.getElementById(sID);
		if (oObj) {
		oObj.style.display='inline';
		}
}

function hide (sID) {
	oObj = document.getElementById(sID);
		if (oObj) {
		oObj.style.display='none';
		}

}
// end function display/hide

////////// for menu bottom ///////////////
function get_imgpro(id,end) {
	for (i=1;i<=end;i++) {
		if (id==i) {
			display("img"+i);
			display("txt"+i);
			document.getElementById("cate"+i).className='listpro_de';
		}else{
			hide("img"+i);
			hide("txt"+i);
			document.getElementById("cate"+i).className='listpro';
		}
	}
}
////////////end//////////////////

////////// for menu bottom ///////////////
function get_mnbottom(id) {
	for (i=1;i<=11;i++) {
		if (id==i) {
			document.getElementById("mn_bottom"+i).className='mnbottom_de';
		}else{
			document.getElementById("mn_bottom"+i).className='mnbottom';
		}
	}
}
////////////end//////////////////

//for menu
function get_menu(id){
	
	document.getElementById('main_menu'+id).innerHTML='<img src="images/menu/menu_de_0'+id+'.jpg" name="mainmn'+id+'" border="0" id="mainmn'+id+'">';
}
////end////

////////// for menu about ///////////////
function get_mnabout(id) {
	for (i=1;i<=5;i++) {
		if (id==i) {
			document.getElementById("mnabout"+i).className='mnleft_de';
		}else{
			document.getElementById("mnabout"+i).className='mnleft';
		}
	}
}
////////////end//////////////////

////////// for menu contact ///////////////
function get_mncon(id) {
	for (i=1;i<=2;i++) {
		if (id==i) {
			document.getElementById("mncon"+i).className='mnleft_de';
		}else{
			document.getElementById("mncon"+i).className='mnleft';
		}
	}
}
////////////end//////////////////

////////// for menu news ///////////////
function get_mnnews(id) {
	for (i=1;i<=3;i++) {
		if (id==i) {
			document.getElementById("mnnews"+i).className='mnleft_de';
		}else{
			document.getElementById("mnnews"+i).className='mnleft';
		}
	}
}
////////////end//////////////////

////////// for menu news ///////////////
function get_mnfaq(id) {
	for (i=1;i<=2;i++) {
		if (id==i) {
			document.getElementById("mnfaq"+i).className='mnleft_de';
		}else{
			document.getElementById("mnfaq"+i).className='mnleft';
		}
	}
}
////////////end//////////////////

///for photo///
function change(val){
	
	var pre=document.getElementById('number').innerHTML;
	if(val=="next")
		var id=parseInt(pre)+parseInt(1);
	else if(val=="prev")
		var id=parseInt(pre)-parseInt(1);
	
	var last=document.getElementById('alls').innerHTML;
	//alert(id);
	//alert(last);
	for(i=1;i<=last;i++){
		
		if(id==i){
			var pic = document.getElementById(i).value;
			
			document.images['large'].src="../imgadmins/img_news/"+pic;
			document.getElementById('number').innerHTML=id;
		}	
	}
	
	if(id==last){
		document.getElementById('next').style.display="none";
		//document.getElementById('line').style.display="none";
		document.getElementById('prev').style.display="inline";
	}else if(id==1){
		document.getElementById('prev').style.display="none";
		//document.getElementById('line').style.display="none";
		document.getElementById('next').style.display="inline";
	}else{
		document.getElementById('prev').style.display="inline";
		//document.getElementById('line').style.display="inline";
		document.getElementById('next').style.display="inline";
	}
}
//end//

function get_tabpro(id) {
	for (i=1;i<=2;i++) {
		if (id==i) {
			document.getElementById("tab"+i).className='tab_de';
		}else{
			document.getElementById("tab"+i).className='tab';
		}
	}
}

function show(id,p){
	var photo=document.getElementById('photos'+p).value;
	var mess=document.getElementById('mess'+p).value;
	if(photo==""){
		var photos='<img src="../imgadmins/comming/cate_small.jpg" width="229" height="142" border="0" />';
	}else{
		var photos='<img src="../imgadmins/img_cate_small/'+photo+'" width="229" height="142" border="0" />';
	}
	if(mess==""){
		mess="&nbsp;";
	}else{
		mess=mess;
	}
	
	document.getElementById('photo').innerHTML='<a href="products.php?cid='+id+'">'+photos+'</a>';
	document.getElementById('message').innerHTML='<a href="products.php?cid='+id+'">'+mess+'</a>';
}