//v1.0
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function insertFlash(elm, url, b , w, h) {
if (!document.getElementById(elm)) return;
var str = '';
str += '<object width="'+ w +'" height="'+ h +'" border="' + b + '" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">';
str += '<param name="movie" value="'+ url +'">';
str += '<param name="wmode" value="transparent">';
str += '<param name="quality" value="autohigh">';
str += '<embed width="'+ w +'" height="'+ h +'" src="'+ url +'" quality="autohigh" wmode="transparent" type="application/x-shockwave-flash" plugspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>';
str += '</object>';
document.getElementById(elm).innerHTML = str;
}

function choose_lang(no) { //v3.0
	if(no!="-" && no!=""){
		document.location='language.php?language=' + no;
	}
}

function dealer_search(state) { //v3.0
	if(state!="-" && state!=""){
		document.location='sale.php?way=search&state=' + state;
	}
}

function go_url(theurl) { //v3.0
	if(theurl!="-" && theurl!=""){
		window.open(theurl);
	}
}


function MM_findObj(n, d) { //v3.0
  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); return x;
}

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_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_swap(m,img) { //v3.0
document.all[m].background=img;

}

function my_cart(no_id) { //v3.0
document.location="cart.php?god_id=" + no_id;

}

function check_submit(theForm)
{
	 loop=theForm.elements.length;
	 for(i=0;i<loop;i++){
		 if((theForm.elements[i].value=="" || theForm.elements[i].value=="-") && theForm.elements[i].title!="" ){
			 alert(theForm.elements[i].title);
			 theForm.elements[i].focus();
			 return false;
		 }
	 }

  return (true);
}

function insertmsg(height){
msg=document.getElementById('msgarea').innerHTML;
var str = '';
str += '<iframe id="iframe_msg" name="iframe_msg" marginwidth="0" marginheight="0" border="0" frameborder="0" width="100%" height="'+ height +'" scrolling="auto"></iframe>';
//document.getElementById('msgarea').style.display = 'none';
document.getElementById('msgarea').innerHTML=str;
editor=document.frames["iframe_msg"];
//alert(msg);
editor.document.open();
editor.document.write('<HTML><HEAD>\n');
editor.document.write('<LINK href="css/style.css" type="text/css" rel="stylesheet">\n');
editor.document.write('</HEAD>\n');
//editor.document.write('<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" style="background: #0000FF">\n');
editor.document.write('<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" style="background-image: url(\'images/page_mainbg.jpg\'); background-repeat: no-repeat; background-position: center; background-attachment: fixed">\n');
editor.document.write('<DIV class=center><br><table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table8">');
editor.document.write('<td width=20></td><td valign="top">\n');
editor.document.write(''+msg+'\n');
editor.document.write('</td><td width=20></td></tr></table></DIV>\n');
editor.document.write('</body></html>\n');
editor.document.close();
}

function ch_authcode(elm,no){
	v=Math.random()*100+1
	document.getElementById(elm).src = "/authcode.php?mode=change&no_id=" + no + "&v=" + v;
}

function get_authcode(elm,no){
document.getElementById(elm).src = "/authcode.php?mode=get&no_id=" + no;
}

function disp_authcode(theForm)
{
	imgid="authcode_news";
    code=theForm.input_auth_code.value;
    no=theForm.input_auth_time.value;
	imgsrc=document.getElementById(imgid).src;
	if(code.length==0 && imgsrc.indexOf("authcode_click.gif")!='-1'){
		get_authcode(imgid,no);
	}

}
function reg_check(theform,show_id){
switch(show_id)
{
case 'reg_user_check':
username=theform.user.value;
auth_no=theform.input_auth_time.value;
if(username==null || username==""){
	alert("请输入"+theform.user.title);
}else{
	if(username.length<2 || username.length>15){
	alert(theform.user.title+"长度必须4-15位");
	}else{
	att_html="<iframe frameborder=0 width=150 height=16 src='http://www.rhy168.com/check.php?way=" +show_id+ "&no_id="+auth_no+ "&user="+username+"'scrolling='no'></iframe>";
	document.getElementById(show_id).innerHTML = att_html;
	}
}
break;
case 'reg_unit_check':
unit=theform.unit.value;
auth_no=theform.input_auth_time.value;
if(unit==null || unit==""){
	alert("请输入"+theform.unit.title);
}else{
	att_html="<iframe frameborder=1 width=500 height=100 src='http://www.rhy168.com/check.php?way=" +show_id+ "&no_id="+auth_no+ "&unit="+unit+"'scrolling='yes'></iframe><DIV>通过选择企业，您可加入成为该企业的成员，经过企业创建人或管理员通过验证后，您可以<br>维护企业信息，展示产品、发布商机、动态。</DIV>";
	document.getElementById(show_id).innerHTML = att_html;
}
break;
default:
}

}

function add_att(){
//att_html=document.getElementById("form_att").innerHTML;
att_html="<input type=\"file\" name=\"att[]\" class=\"s\" size=\"40\" onchange=\"add_att()\"><br><DIV id=form_att></DIV>";
document.getElementById("form_att").outerHTML = att_html;
}

function add_img(theform){
	name=theform.name;
//att_html=document.getElementById("form_att").innerHTML;
	att_html="<input type=\"file\" name=\"picfile[]\" class=\"s\" size=\"40\" onchange=\"add_img(" + name + ")\"><br><DIV id=form_img></DIV>";
	document.getElementById("form_img").outerHTML = att_html;
}

function AC_AddExtension(src, ext)
{
  if (src.indexOf('?') != -1)
    return src.replace(/\?/, ext+'?'); 
  else
    return src + ext;
}

function AC_Generateobj(objAttrs, params, embedAttrs) 
{ 
  var str = '<object ';
  for (var i in objAttrs)
    str += i + '="' + objAttrs[i] + '" ';
  str += '>';
  for (var i in params)
    str += '<param name="' + i + '" value="' + params[i] + '" /> ';
  str += '<embed ';
  for (var i in embedAttrs)
    str += i + '="' + embedAttrs[i] + '" ';
  str += ' ></embed></object>';

  document.write(str);
}

function AC_FL_RunContent(){
  var ret = 
    AC_GetArgs
    (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
     , "application/x-shockwave-flash"
    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}

function AC_SW_RunContent(){
  var ret = 
    AC_GetArgs
    (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
     , null
    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}

function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
  var ret = new Object();
  ret.embedAttrs = new Object();
  ret.params = new Object();
  ret.objAttrs = new Object();
  for (var i=0; i < args.length; i=i+2){
    var currArg = args[i].toLowerCase();    

    switch (currArg){	
      case "classid":
        break;
      case "pluginspage":
        ret.embedAttrs[args[i]] = args[i+1];
        break;
      case "src":
      case "movie":	
        args[i+1] = AC_AddExtension(args[i+1], ext);
        ret.embedAttrs["src"] = args[i+1];
        ret.params[srcParamName] = args[i+1];
        break;
      case "onafterupdate":
      case "onbeforeupdate":
      case "onblur":
      case "oncellchange":
      case "onclick":
      case "ondblClick":
      case "ondrag":
      case "ondragend":
      case "ondragenter":
      case "ondragleave":
      case "ondragover":
      case "ondrop":
      case "onfinish":
      case "onfocus":
      case "onhelp":
      case "onmousedown":
      case "onmouseup":
      case "onmouseover":
      case "onmousemove":
      case "onmouseout":
      case "onkeypress":
      case "onkeydown":
      case "onkeyup":
      case "onload":
      case "onlosecapture":
      case "onpropertychange":
      case "onreadystatechange":
      case "onrowsdelete":
      case "onrowenter":
      case "onrowexit":
      case "onrowsinserted":
      case "onstart":
      case "onscroll":
      case "onbeforeeditfocus":
      case "onactivate":
      case "onbeforedeactivate":
      case "ondeactivate":
      case "type":
      case "codebase":
        ret.objAttrs[args[i]] = args[i+1];
        break;
      case "width":
      case "height":
      case "align":
      case "vspace": 
      case "hspace":
      case "class":
      case "title":
      case "accesskey":
      case "name":
      case "id":
      case "tabindex":
        ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
        break;
      default:
        ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
    }
  }
  ret.objAttrs["classid"] = classid;
  if (mimeType) ret.embedAttrs["type"] = mimeType;
  return ret;
}

function setTab0dSyn(i,classnamebef,idbef,idall,tabtabbef)
{
	var waitInterval;
	
	var MouseDelayTime=50;//鼠标感应延迟300毫秒
//
	
			//		_gObj(idbef+i).onmouseout=function(aEvent)
			//		{					
					      
			//			  clearTimeout(waitInterval);
			//	    }
			//    	clearTimeout(waitInterval);
					
			//		var str="setTab0dSyn1("+i+",'"+classnamebef+"','"+idbef+"',"+idall+",'"+tabtabbef+"')";
					setTab0dSyn1(i,classnamebef,idbef,idall,tabtabbef);
					
			//		waitInterval=setTimeout(str,MouseDelayTime);
	
}
function aa(i)
{
	alert("aa is run"+i);
}
//----------------------------------------------------------------------------------
function setTab0dSyn1(i,classnamebef,idbef,idall,tabtabbef)
{
//alert(i);
changDivClass(idbef,idall,i,classnamebef)
selectTab0dSyn(tabtabbef,idall,i);
}

function selectTab0dSyn(div_id,allnum,now){
for(var i= 1; i<= allnum;i++)
{
	if(i==now)
	{
		_gObj(div_id+i).style.display="block";
	}else
	{
		_gObj(div_id+i).style.display="none";
	}
}

//	document.getElementById("tabtabd1").style.display="block";
//	document.getElementById("tabtabd2").style.display="none";

}	

function resetTab0dSyn(i,classnamebef,idbef,idall,tabtabbef){
for(var i= 1; i<= idall;i++)
{
		_gObj(idbef+i).className = classnamebef+"_a";
		_gObj(tabtabbef+i).style.display="none";
}

//	document.getElementById("tabtabd1").style.display="block";
//	document.getElementById("tabtabd2").style.display="none";

resetMainOpt('main_opt','images/index_main_00.jpg',0,'djn20','opt1',5,'tabopt1');
}	

function _gObj(id)
{
return document.getElementById(id);
}

function changDivClass(div_id,all,now,classnamebef)
{
for(var i= 1; i<= all;i++)
{
if(i==now)
{
_gObj(div_id+i).className = classnamebef+"_0a";
}else
{
//_gObj(div_id+i).className = "dj4_"+i;
_gObj(div_id+i).className = classnamebef+"_a";
}
}
}

function fontZoom(size)
{
 document.getElementById('fontzoom').style.fontSize=size+'px';
}

function checknumber(String) 
{ 
var Letters = "1234567890-+"; 
var i; 
var c; 
for( i = 0; i < String.length; i ++ ) 
{ 
c = String.charAt( i ); 
if (Letters.indexOf( c ) ==-1) 
{ 
return false; 
} 
} 
return true; 
} 

function split(chr,String) 
{ 
var slide=new Array();
var i; 
var loop=0;
var tmp="";
var c; 
for( i = 0; i < String.length; i ++ ) { 
c = String.charAt( i ); 
if (c == chr) {
	slide[loop] = tmp;
//	alert( slide[loop]);
	loop++;
	tmp="";
}else{
	tmp=tmp+c;
}
} 
if(tmp.length>0){
	slide[loop] = tmp;
//	alert( slide[loop]);
}
return slide; 
} 

function ch_page(url,no){
	if(no==""){
		alert("请输入要转到的页码");
	}else{
		if(checknumber(no)){
		 window.location=url + no;
		}else{
		 alert("页码输入不正确");
		}
	}
}


function GetCookieVal(str,offset)
//获得Cookie解码后的值
{
var endstr = str.indexOf (";", offset);
if (endstr == -1)
endstr = str.length;
return unescape(str.substring(offset, endstr));
}

function SetCookie(name, value)
//设定Cookie值
{
var expdate = new Date();
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
if(expires!=null) expdate.setTime(expdate.getTime() + ( expires * 1000 ));
document.cookie = name + "=" + escape (value) +((expires == null) ? "" : ("; expires="+ expdate.toGMTString()))
+((path == null) ? "" : ("; path=" + path)) +((domain == null) ? "" : ("; domain=" + domain))
+((secure == true) ? "; secure" : "");
}
function DelCookie(name)
//删除Cookie
{
var exp = new Date();
exp.setTime (exp.getTime() - 1);
var cval = GetCookie (name);
document.cookie = name + "=" + cval + "; expires="+ exp.toGMTString();
}
function GetCookie(name)
//获得Cookie的原始值
{
var arg = name + "=";
var alen = 0;
var str="";
var cook=document.cookie;
var cook_varlist;
var cook_var;
var start;
var clen;

alen = arg.length;
if(cook.charAt(";")){
	cook_varlist=split(";",cook);
	start=cook_varlist.length-1;
	cook_var=cook; //_varlist[start];
	clen = cook_var.length;
}else{
	cook_var=cook;
	clen = cook_var.length;
}
var i = 0;
//alert(cook_var);

while (i < clen){
var j = i + alen;
if (cook_var.substring(i, j) == arg){
	str = GetCookieVal (cook_var,j);
	return str; 
}
i = i + 1;
}
return null;
}

function setMainOpt(optid,optsrc,i,classnamebef,idbef,idall,tabtabbef){
	_gObj("tabopt10").style.display="none";
	setTab0dSyn(i,classnamebef,idbef,idall,tabtabbef);
	_gObj(optid).style.background='url('+ optsrc +')';
	var recswfid="main_swf00";
	_gObj(recswfid).style.display="none";
	var swfid="main_swf0";
	for(var s= 1; s<= idall;s++)
	{
		if(i!=s)_gObj(swfid+s).style.display="none";
	}
	_gObj(swfid+i).style.display="block";
}

function resetMainOpt(optid,optsrc,i,classnamebef,idbef,idall,tabtabbef){
	for(var i= 1; i<= idall;i++)
	{
			_gObj(idbef+i).className = classnamebef+"_a";
			_gObj(tabtabbef+i).style.display="none";
	}

	_gObj("tabopt10").style.display="block";
	_gObj(optid).style.background='url('+ optsrc +')';

	var swfid="main_swf0";
	for(var s= 1; s<= idall;s++)
	{
			_gObj(swfid+s).style.display="none";
	}
	var recswfid="main_swf00";
	_gObj(recswfid).style.display="block";

}

/**
 * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */
if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;

