function $( a ) {
	return document.getElementById( a );
}
$.s_wd = function( s, b ) {
	if ( ! s ) return 0;
	s = s.replace( /[^\x00-\xff]/g , '--' );
	if( b )
		s = s.replace( /&#\d{2,3};/g, '-' ).replace( /&#\d{4,5};/g, '--' ).replace( /&[a-z]+?;/g, '-' );
	return s.length;
}

function opennew(url)
{
	x=640;
    y=500;
    l=(screen.width/2)-(x/2);
    t=(screen.height/2)-(y/2);
    s="scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes";
    s+=" width=" + x + ", height=" + y + ", left=" + l + ", top=" + t;	
    window.open(url,"",s);
}
function opennewd(url)
{
	x=570;
    y=430;
    l=(screen.width/2)-(x/2);
    t=(screen.height/2)-(y/2);
    s="scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes";
    s+=" width=" + x + ", height=" + y + ", left=" + l + ", top=" + t;	
    window.open(url,"",s);
}

function opennewcc(url)
{
	x=800;
    y=400;
	l=2;
	t=2;
    l=(screen.width/2)-(x/2);
    t=(screen.height/2)-(y/2);
    s="scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes";
    s+=" width=" + x + ", height=" + y + ", left=" + l + ", top=" + t;	
    window.open(url,"",s);
}
function opennew1(url)
{
	x=650;
    y=500;
  l=20;
    t=10;
    s="scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes";
    s+=" width=" + x + ", height=" + y + ", left=" + l + ", top=" + t;	
    window.open('http://www.rongji.com/'+url,"",s);
}
function openselect_product(f)       
		{       
         if (f.options[f.selectedIndex].value!="")
		{       
           var url=f.options[f.selectedIndex].value;
		   if(url.indexOf("http://")>=0) 
			   window.open(url);
		   else 
			  location.href=url;
        }          
        }   
 function openopen() {
window.open("inc/bask.php", "newwindow", "height=400, width=550, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no");
 }

function flash(iw, ih, sSrc) {
	return '<embed src="' + sSrc + '" quality="high" width="' + iw + '" height="' + ih + '" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" wmode="opaque"></embed>';
	//return '<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0 height=' + ih + ' width=' + iw + ' classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="_cx" VALUE="7514"><PARAM NAME="_cy" VALUE="3969"><PARAM NAME="Movie" VALUE="' + sSrc + '"><PARAM NAME="Src" VALUE="' + sSrc + '"><PARAM NAME="WMode" VALUE="Opaque"><PARAM NAME="Play" VALUE="-1"><PARAM NAME="Loop" VALUE="-1"><PARAM NAME="Quality" VALUE="High"><PARAM NAME="Menu" VALUE="-1"><PARAM NAME="Scale" VALUE="ShowAll"><PARAM NAME="DeviceFont" VALUE="0"><PARAM NAME="EmbedMovie" VALUE="0"><PARAM NAME="SeamlessTabbing" VALUE="1"><PARAM NAME="Profile" VALUE="0"><PARAM NAME="ProfilePort" VALUE="0"><PARAM NAME="AllowNetworking" VALUE="all"><PARAM NAME="AllowFullScreen" VALUE="false">' +
    // 	'<embed width="'+iw+'" height="'+ih+'" src="'+sSrc+'" quality="High" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="null" wmode="opaque"></embed></OBJECT>';
}

var nav = {
	
	obj : null,
	
	over : function( a ) {
		var b = a.id.replace( /^nav-/, '' );
		if ( menus[ b ] ) {
			for ( var i in menus ) {
				menus[ i ].hide();
			}
			webFXMenuHandler.showMenu( menus[ b ], a );
		}
		return;
		var b = $( a.id + '-cn' );
		if ( b ) {
			b.style.display = 'block';
		}
		if ( nav.obj && nav.obj != b )
			nav.obj.style.display = 'none';
		nav.obj = b;
	},
	
	out : function( a ) {
		var b = a.id.replace( /^nav-/, '' );
		if ( menus[ b ] )
			webFXMenuHandler.hideMenu( menus[ b ] );
		return;
		var b = $( a.id + '-cn' );
		if ( b && (!event.toElement || !event.toElement.contains( b )) )
			b.style.display = 'none';
	},
	search : function( a ) {
		if ( $.s_wd( a.key.value ) < 3 ) {
			alert( ' 您输入了过短的关键词 ' );
			return false;
		}
	}
	
}

var tab = {
	over : function( a ) {
		var b = a.parentNode.children;
		for ( var i = 1, c; i < b.length; i ++ ) {
			c = b[ i ];
			c.className = c == a ? 'tab-f' : 'tab';
			$( 'tabpg' + i ).style.display = c == a ? '' : 'none';
		}
	}
}

try {
	document.execCommand( 'BackgroundImageCache', false, true );
} catch( e ) {}

//链接
function openselect_product(f)       
		{       
         if (f.options[f.selectedIndex].value!="")
		{       
           var url=f.options[f.selectedIndex].value;
		   if(url.indexOf("http://")>=0) 
			   window.open(url);
		   else 
			  location.href=url;
        }          
        } 
		/***
*评论*
****/
var limitTime=null;
function limitComment(){
	limitTime=limitTime-1;
	if(limitTime>0){
		document.getElementById("comment_content").value='还剩'+limitTime+'秒,你才可以再发表评论';
		document.getElementById("comment_content").disabled=true;
		document.getElementById("comment_submit").disabled=true;
		setTimeout("limitComment()",1000);
	}else if(limitTime==0){
		document.getElementById("comment_content").value='';
		document.getElementById("comment_content").disabled=false;
		document.getElementById("comment_submit").disabled=false;
	}
	
}
function postcomment(url,yzimgnum){
	var yzimgstr='';
	//if(yzimgnum=='1'){
	if(document.getElementById("yzImgNum")!=null){
		yzimgstr="&yzimg="+ document.getElementById("yzImgNum").value;
	}
	username4 = document.getElementById("comment_username").value;
	content4 = document.getElementById("comment_content").value;
	if(content4==''){
		showerr("内容不能为空");
		return false;
	}
	content4=content4.replace(/(\n)/g,"@@br@@");
	//document.getElementById("comment_content").value='';
	//document.getElementById("comment_content").disabled=true;
	limitTime=10;
	limitComment();
	
	AJAX.get("comment",url + "&username=" + username4 + "&content=" + content4 + yzimgstr ,0);
	//if(yzimgnum=='1'){
	if(document.getElementById("yzImgNum")!=null){
		//document.getElementById("yz_Img").src;
		document.getElementById("yzImgNum").value='';
	}
}
function showerr(msg){
	alert(msg);
}
function getcomment(url,idd){
	dividd="comment_"+idd;
	new AJAX().get(dividd,url,1);
}

function ShowMenu_mmc(){
}
function HideMenu_mmc(){
}

function get_position(o){//取得坐标
	var to=new Object();
	to.left=to.right=to.top=to.bottom=0;
	var twidth=o.offsetWidth;
	var theight=o.offsetHeight;
	while(o!=document.body){
		to.left+=o.offsetLeft;
		to.top+=o.offsetTop;
		o=o.offsetParent;
	}
	to.right=to.left+twidth;
	to.bottom=to.top+theight;
	return to;
}

/***
*在线操作*
****/
document.write('<div style="display:none;"><table width="100%" border="0" cellspacing="0" cellpadding="0" id="AjaxEditTable"><tr><td class="head"><h3 class="L"></h3><h3 class="R"></h3><span class="eidtmodule" onclick="this.offsetParent.offsetParent.offsetParent.style.display=\'none\'" onMouseOver="this.style.cursor=\'hand\'">关闭</span></td></tr><tr> <td class="middle"></td></tr></table></div>');
var clickEdit={
	tableid:null,
	init:function(){
		oo=document.body.getElementsByTagName("A");
		for(var i=0;i<oo.length;i++){
			if(oo[i].getAttribute("editurl")!=null){
				if(oo[i].getAttribute("href")!=null)oo[i].href='javascript:';
				oo[i].title='点击可以修改这里的设置';
				if (document.all) { //For IE
					oo[i].attachEvent("onmousedown",clickEdit.showdiv);
					oo[i].attachEvent("onmouseover",clickEdit.showstyle);
					oo[i].attachEvent("onmouseout",clickEdit.hidestyle);
				}else{ //For Mozilla
					oo[i].addEventListener("onmousedown".substr(2,"onmousedown".length-2),clickEdit.showdiv,true);
				}
			}
		}
	},
	showstyle:function(evt){
		var evt = (evt) ? evt : ((window.event) ? window.event : "");
		if (evt) {
			 ao = (evt.target) ? evt.target : evt.srcElement;
		}
		ao.style.border='1px dotted red';
		ao.style.cursor='hand';
	},
	hidestyle:function(evt){
		var evt = (evt) ? evt : ((window.event) ? window.event : "");
		if (evt) {
			 ao = (evt.target) ? evt.target : evt.srcElement;
		}
		ao.style.border='0px dotted red';
	},
	showdiv:function(evt){
		var w=150;
		var h=100;
		var evt = (evt) ? evt : ((window.event) ? window.event : "");
		if (evt) {
			 ao = (evt.target) ? evt.target : evt.srcElement;
		}
		//oid=ao.offsetParent.offsetParent.id;
		//获取坐标的函数头部有定义
		position=get_position(ao);
		
		//alert(oid);
		url=ao.getAttribute("editurl");
		oid=url.replace(/(\.|=|\?|&|\\|\/|:)/g,"_");
		ao.id=oid;
		DivId="clickEdit_"+oid;
		url=url + "&TagId=" + oid;
		obj=document.getElementById(DivId);
		if(obj==null){
			obj=document.createElement("div");

			obj.innerHTML=document.getElementById('AjaxEditTable').outerHTML;
			objs=obj.getElementsByTagName("TD");
			objs[1].id=DivId;
			//obj.id=DivId;
			//obj.className="Editdiv";
			obj.style.Zindex='999';
			//obj.style.display='';
			obj.style.position='absolute';
			obj.style.top=position.bottom;
			obj.style.left=position.left;
			obj.style.height=h;
			obj.style.width=w;
			document.body.appendChild(obj);
			//obj.innerHTML='以下是显示内容...';
			AJAX.get(DivId,url,1);
		}else{
			fobj=obj.offsetParent.offsetParent;
			if(fobj.style.display=='none'){
				fobj.style.display='';
			}else{
				fobj.style.display='none';
			}
		}
	},
	save:function(oid,job,va){
		divid="clickEdit_"+oid;
		//alert(oid)
		//GET方式提交内容,如果有空格的话.会有BUG
		//即时显示,不过没判断是否保存成功也显示了
		document.getElementById(oid).innerHTML=va;
		va=va.replace(/(\n)/g,"@BR@");
		AJAX.get(divid,"ajax.php?inc="+job+"&step=2&TagId="+oid+"&va="+va,0);
	},
	cancel:function(divid){
		document.getElementById(divid).offsetParent.offsetParent.style.display='none';
	}
}

//显示子栏目
function showSonName(fid)
{
	oo=document.body.getElementsByTagName('DIV');
	for(var i=0;i<oo.length;i++){
		if(oo[i].className=='SonName'+fid){
			if(oo[i].style.display=='none'){
				oo[i].style.display='';
			}
			else
			{
				oo[i].style.display='none';
			}
		}
	}
}

function avoidgather(myname){
	fs=document.body.getElementsByTagName('P');
	for(var i=0;i<fs.length;i++){
		if(myname!=''&&fs[i].className.indexOf(myname)!=-1){
			fs[i].style.display='none';
		}
		
	}
	fs=document.body.getElementsByTagName('DIV');
	for(var i=0;i<fs.length;i++){
		if(myname!=''&&fs[i].className.indexOf(myname)!=-1){
			fs[i].style.display='none';
		}
	}
}

