// JavaScript Document
function LinkCheck()
{
	
	//window.open(document.LinkForm.LinkName.value);
	if (document.LinkForm.LinkName.value=="" || document.LinkForm.LinkName.value==0)
	{
		return false;
	}
	else
	{
		document.LinkForm.target="_blank"; 
		document.LinkForm.action=document.LinkForm.LinkName.value;
	}
}
function MagazineLinkCheck()
{
	if (document.MagazineList.seach_magazine.value=="" || document.MagazineList.seach_magazine.value==0)
	{
		return false;
	}
    else if (document.MagazineList.seach_magazine.value == -1) {
        window.open("./tougaoxuzhi.html","广东农村信用社","top=200,left=250,width=800,height=650,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
        return false;
    }
	else
	{
		document.MagazineList.action="magazine.php?classid=6&nclassid=1&newsid="+document.MagazineList.seach_magazine.value;
	}
}
<!--
function Commit3()
{
	if (searchform.keyword.value=="" )
    {
       alert ("请输入搜索关键字，不能为空！");
       searchform.keyword.focus();
       return false;
    }
	Str = "";
	for (i = 1; i <= searchform.keyword.value.length; i++)
	{
	   Str += " ";
	}
	if (Str == searchform.keyword.value)
	{
	   alert ("请输入搜索关键字[不能全为空格]！");
	   searchform.keyword.focus();
	   return false;
	}
}
 
　　function printsetup(){  
　　// 打印页面设置  
　　wb.execwb(8,1);  
　　}  
　　function printpreview(){  
　　// 打印页面预览  
　　　　  
　　wb.execwb(7,1);  
　　　　　  
　　　　  
　　}  

　　function printit()  
　　{  
　　if (confirm('确定打印吗？')) {  
　　wb.execwb(6,6)  
　　}  
　　}  
function closess()  
{  
　　window.close();
}  

//-->