		function OpenWin(url){
		window.open (url,"","width=450,height=500,top=10,left=160,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no");
		}
		var ischange=false;
		
		function changedivh()
		{
			if(!ischange)
			{
				
				var obj=$('gjchaxun');
				var l=0;
				while(obj=obj.offsetParent)
				{
					l+=obj.offsetLeft;
				}
				$('gjchaxun').style.height="180px";
				$("gjchaxun").style.position="absolute";
				$("gjchaxun").style.left=l;
			
			}
			else
			{
				
				$('gjchaxun').style.height="90px";
				$("gjchaxun").style.position="";
			}
			
			if(!ischange)
				ischange=true;
			else
				ischange=false;
			
		}
		
