//var xmlHttp="";
//var requestType="";
//var info="";
//var name="";
//var picture="";
//function createXMLHttpRequest() {
//	if (window.ActiveXObject) {
//		xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
//		}
//	else if (window.XMLHttpRequest) {
//		xmlHttp= new XMLHttpRequest();
//		}
//	}
//function startRequest (requestedList) {
//	requestType= requestedList;
//	createXMLHttpRequest ();
//	xmlHttp.onreadystatechange = handleStateChange;
//	xmlHttp.open("GET","/bagsType.xml?time="+new Date().getDate(), true);
//	xmlHttp.send(null);
//	}
//function handleStateChange () {
//	if(xmlHttp.readyState == 4) {
//		if(xmlHttp.status == 200) {
//				listshow();	
//		}
//	}
//}
//function listshow () {
//	 var xmlDoc = xmlHttp.responseXML;
//	 var pictures = xmlDoc.getElementsByTagName("picture");
//	 for(var i=0; i<=pictures.length-1;i++) {
//	 	picture=pictures[i];
////		alert(picture);
//	 	info=picture.getElementsByTagName("info")[0].firstChild.nodeValue;
//	 	name=picture.getElementsByTagName("name")[0].firstChild.nodeValue;
//	 	if (requestType==name) {
//			 document.getElementById("abs").innerHTML=info;
//		}
//	}
//}


var flag = false;
function shower() {
	if(!flag) {
		document.getElementById("abs").style.cssText="height:auto; ";
		document.getElementById("show").firstChild.nodeValue="hidder";
		flag = true;
	} else {
		document.getElementById("abs").style.cssText="height:40px;";
		document.getElementById("show").firstChild.nodeValue="more";				
		flag = false;
	}

}
//行业礼品
//var hangye = false;
//function hangyeshower() {
//	if(!hangye) {
//		document.getElementById("abs").style.cssText="width:650px; height:auto; overflow:auto;display:block;";
//		document.getElementById("show_hidder").firstChild.nodeValue="隐藏";
//		hangye = true;
//	} else {
//		document.getElementById("abs").style.cssText="width:650px; height:40px; overflow: hidden; display:block;";
//		document.getElementById("show_hidder").firstChild.nodeValue="更多";				
//		hangye = false;
//	}
//
//}
////大类礼品
//var hangye = false;
//function bigclassshower() {
//	if(!hangye) {
//		document.getElementById("abs").style.cssText="width:888px; height:auto; overflow:auto;display:block;";
//		document.getElementById("show_hidder").firstChild.nodeValue="隐藏";
//		hangye = true;
//	} else {
//		document.getElementById("abs").style.cssText="width:888px; height:40px; overflow: hidden; display:block;";
//		document.getElementById("show_hidder").firstChild.nodeValue="更多";				
//		hangye = false;
//	}
//
//}// JavaScript Document