function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function check()
{
if(document.search.keyword.value=="")
{
alert("请输入您要搜索的关键字！");
document.search.keyword.focus();
return false;
}
}


function subform()  
{  
	if (document.search.keyword.value=="")  
	{  
		alert("请输入关键字！");  
		document.search.keyword.focus();  
		return false;  
	}
	return true;  
} 

function imgSwap(imgObj){
var imgPrefix="../images/produce_Application/bbo.gif"
	tmpImg=new Image()
	tmpImg.src=imgPrefix
	eval(imgObj.background=tmpImg.src)
}
function imgSwap1(imgObj){
var imgPrefix="../images/produce_Application/cc.gif"
	tmpImg=new Image()
	tmpImg.src=imgPrefix
	eval(imgObj.background=tmpImg.src)
}

function goURL(address){
if(address!=null){
    window.location=address
  }
}


