// JavaScript Document

function getID(id){
    return window.document.getElementById?window.document.getElementById(id):null;
}




function s_open(){
	
getID("main").style.position = "absolute";	
getID("s_chanpin_list").style.display = "";	

}


function s_close(){
	
getID("s_chanpin_list").style.display = "none";		
}




var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F6b22a4255001a559c2af18e4e0b1bf3d' type='text/javascript'%3E%3C/script%3E"));




