﻿/*------------------------------------------------------------------
  以下为打开文件即运行
------------------------------------------------------------------*/
//LOGO上透明FLASH
var fo = new FlashObject("Images/web/transparent24.swf", "Mymovie", "250px", "100px", "7", "#000000");     
fo.addParam("quality", "high");     
fo.addParam("wmode", "transparent");     
fo.addParam("salign", "t");     
fo.addParam("scale", "noscale");     
fo.addParam("loop", "false");     
fo.write("h_logo");    

//为下拉菜单大类添加动作
menuFix();
SetImageSize();
gljj_AhrefWinOpenFix();
gljj_liFix();
hidden_footmsg();
/*------------------------------------------------------------------
  以下为函数
------------------------------------------------------------------*/
//下拉菜单
function menuFix() {
	var sfEls = document.getElementById("nav").getElementsByTagName("dd");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {this.className="sfhover";}
		sfEls[i].onmouseout =function() {this.className="";}
	}
}
//window.onload=menuFix;

function gljj_AhrefWinOpenFix() {
	if (!document.getElementById("articleBody_gljj")) {return false;}
	var obj = document.getElementById("articleBody_gljj").getElementsByTagName("a");
	for (var i=0; i<obj.length; i++) {
		obj[i].onclick=function() {winopen(this.href);return false;}
	}
}
function gljj_liFix() {
	if (!document.getElementById("articleBody_gljj")) {return false;}
	var sfEls = document.getElementById("articleBody_gljj").getElementsByTagName("li");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {this.className="ahover";}
		sfEls[i].onmouseout =function() {this.className="";}
	}
}
function hidden_footmsg(){
	if (!document.getElementById("footmsg")) {return false;}
	var obj=document.getElementById("footmsg");
	obj.className="clear2";
}
//全文检索
function goSearch(obj){
	if (obj.key.value=="") {alert(obj.info.value);return false;}
}

//界面图片自动适应大小
function SetImageSize()
{
	var iwidth=600;
	var iheight;
	var imgID = document.getElementById("newsImageID");
    if( imgID == null )
    {
        return;
    }
    if( imgID.width > iwidth )
    {	
        imgID.height = iwidth * imgID.height / imgID.width;
		imgID.width  = iwidth;
    }
}

//常见问题答案隐藏显示
//为使搜索引擎更好的收录,未使用Style="display:none;"
function faq(id) 
{ 
    var obj = findObj(id); 
	if (obj) 
  { 
        if(obj.className.toLowerCase() == "faqanswer faqhidden") 
        { 
            obj.className = "faqanswer faqshow"; 
        }else 
        { 
            obj.className = "faqanswer faqhidden"; 
        } 
  } 
} 

//查找对象[根据ID]
function findObj(theObj, theDoc) 
{ 
  var p, i, foundObj; 
   
  if(!theDoc) theDoc = document; 
  if( (p = theObj.indexOf("?")) > 0 && parent.frames.length) 
  { 
    theDoc = parent.frames[theObj.substring(p+1)].document; 
    theObj = theObj.substring(0,p); 
  } 
  if(!(foundObj = theDoc[theObj]) && theDoc.all) foundObj = theDoc.all[theObj]; 
  for (i=0; !foundObj && i < theDoc.forms.length; i++)  
    foundObj = theDoc.forms[i][theObj]; 
  for(i=0; !foundObj && theDoc.layers && i < theDoc.layers.length; i++)  
    foundObj = findObj(theObj,theDoc.layers[i].document); 
  if(!foundObj && document.getElementById) foundObj = document.getElementById(theObj);    
  return foundObj; 
} 

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&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&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function ismail(mail){return(new RegExp(/^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/).test(mail))}
function isPhone(phone){return(new RegExp(/^((\(\d{2,3}\))|(\d{3}\-))?(\(0\d{2,3}\)|0\d{2,3}-)?[1-9]\d{6,7}(\-\d{1,4})?$/).test(phone)); }
//判断手机
function isMobilePhone(phone){
	if (!is13mobile(phone)&&!is159mobile(phone)&&!is158mobile(phone)){return false;}
	else {return true;}
}
function is13mobile(phone) {return(new RegExp(/^13\d{9}$/).test(phone));}
function is159mobile(phone){return(new RegExp(/^159\d{8}$/).test(phone));}
function is158mobile(phone){return(new RegExp(/^158\d{8}$/).test(phone));}
function isurl(url){return(new RegExp(/^http:\/\/[A-Za-z0-9]+\.[A-Za-z0-9]+[\/=\?%\-&_~`@[\]\':+!]*([^<>\"\"])*$/).test(url));}
function isqq(qq){return(new RegExp(/^[1-9]\d{4,8}$/).test(qq));}

//以下为弹出窗口
function winopen(url) {
	window.open(url,"","height=500,width=500,left=20,top=30,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}