function MM_swapImgRestore() { //v3.0
		var i,x,a=document.MM_sr; for(i=0;a&&i0&&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&&i0)
			{
				if (strUrl.indexOf(strName)!=-1)
				{
					//alert(strUrl.substr(0,strUrl.indexOf("txtsearch=")+strName.length));
					strUrl = strUrl.substr(0,strUrl.indexOf("txtsearch=")+strName.length)+ encodeURI(document.getElementById("txtsearch").value);
				}
				else 
				{
					if (strUrl.indexOf("?")!=-1)
						strUrl +="&txtsearch="+encodeURI(document.getElementById("txtsearch").value);
					else strUrl +="?txtsearch="+encodeURI(document.getElementById("txtsearch").value);	
				}
				//obj.href = strUrl;
				window.location=strUrl;
				//window.location.href = strUrl;				
				//window.location.reload;
				
				//alert(strUrl);
				
				
			}//else alert("Should not be empty");
			
			
		}
		
		
		//-->