//****************************************************************//
//	Copyright © 2006 OnSurvey Inc.
//	Created Date: 03/17/06/1411
//****************************************************************//
var onImagesPath='http://www.intel.com/sites/survey/pix/';var dD=document;var nN=navigator;var px=dD.layers?'':'px';var onImage=new Image();var onSurveyPath,onServerPath,onTrack,onWinSetting;var onCookieName,onCookiePath,onCookieDomain,onCookieDuration;var onMAC,onOp6,onIE4,onIE5,onIE5up,onNS4,onNS5up;var onSiteID,onLoyalty,onPopFreq,onPopDelay,onPagePop;var onPage,onFreq,onKey;var onTimerID,onPageURL,onSaveURL;var onisNN=(nN.appName.indexOf('Netscape')!=-1);var onisIE=(nN.appName.indexOf('Microsoft')!=-1);var onisMAC=(nN.appVersion.indexOf('Macintosh')>-1);var onisOp6=(nN.userAgent.toLowerCase().indexOf('opera 6')>-1)?true:false;var onisNS4=(dD.layers)&&(!onisOp6)?1:0;var onisNS5up=((nN.userAgent.toLowerCase().indexOf('mozilla')!=-1)&&(parseInt(nN.appVersion)>=5))||onisOp6;var onisIE4=(nN.userAgent.toLowerCase().indexOf('msie 4.')>-1);var onisIE5=(nN.userAgent.toLowerCase().indexOf('msie 5.')>-1);var onisIE5up=(nN.userAgent.toLowerCase().indexOf('msie 6.')>-1)||(nN.userAgent.toLowerCase().indexOf('msie 7.')>-1);function ONS_isDefined(chkVar){try{eval(chkVar);}catch(e){return null;}return true;}function ONS_getObj(n){return dD.getElementById?dD.getElementById(n):dD.all?dD.all[n]:dD.layers[n];}function ONS_getCookie(n){var name=n+'=';var ca=dD.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(name)==0)return c.substring(name.length,c.length);}return null;}function ONS_getBoth(n,a){var v1,v2;if(n+a==onCookieName)v1=ONS_getCookie(n+'V');v2=ONS_getCookie(n+''+a);if(v2)return v2;else if(v1)return v1;else{ONS_IconHide();return null;}}function ONS_setCookie(n,v,d,h,dm,p){if(d){var date=new Date();date.setTime(date.getTime()+(d*h*60*60*1000));var exp='; expires='+date.toGMTString();}else var exp='';dD.cookie=n+'='+v+exp+(dm?'; domain='+dm:'')+'; path='+(p?p:'/');return;}function ONS_setBoth(n,a,v){var d=onCookieDuration,h=24;if(n=='onAliveSurv'){d=1;h=3;}if(n+a==onCookieName)ONS_setCookie(n+'V'+a,v,null,h,onCookieDomain,onCookiePath);ONS_setCookie(n+''+a,v,d,h,onCookieDomain,onCookiePath);return;}function ONS_getLoyalty(){var pc=ONS_getCookie('OnLoyalty');if(pc!=null)pc=parseInt(pc);pc=pc+1;ONS_setCookie('OnLoyalty',pc,null,null,onCookieDomain,onCookiePath);return pc;}function ONS_chkBrowser(){if((onMAC&&onisMAC)||(onOp6&&onisOp6)||(onIE4&&onisIE4)||(onIE5&&onisIE5)||(onIE5up&&onisIE5up)||(onNS4&&onisNS4)||(onNS5up&&onisNS5up))return true;else return false;}function ONS_getURL(qStr,dSymbol){qStr=qStr.toString();if((qStr==null)||(qStr==''))return'NONE';if((dSymbol!=null)||(dSymbol!='')){var pos=qStr.indexOf(dSymbol);if(pos>0)qStr=qStr.substring(0,pos);}return qStr.toLowerCase();}function ONS_getParameter(qStr,pStr){var bpos,epos;qStr=qStr.toString().toLowerCase();pStr=pStr+"=";bpos=qStr.indexOf(pStr);if(bpos!=-1){bpos+=pStr.length;epos=qStr.indexOf("&",bpos);if(epos==-1)epos=qStr.length;return unescape(qStr.substring(bpos,epos));}return false;}function ONS_getRandom(){return Math.random();}var onFloatOn;var onFStatus=false;var onMX=0;var onMY=0;var onMD=0;var onML=0;var onObj=null;var onObj2=null;var onFloatWidth=300;var nowX,nowY,offsetx,offsety;function ONS_FloatFly(){if(onMD<onMY)onObj.style.top=onMD=onMD+=10;if(onML<onMX)onObj.style.left=onML=onML+=10;if((onML<onMX)||(onMD<onMY))setTimeout('ONS_FloatFly()',5);else{onFStatus=true;onObj=null;}}function ONS_FloatMove(e){var topBrowser=onisIE?'body':'html';var hotBrowser=onisIE?event.srcElement:e.target;while(hotBrowser.id!='onTitleBar'&&hotBrowser.tagName.toLowerCase()!=topBrowser)hotBrowser=onisIE?hotBrowser.parentElement:hotBrowser.parentNode;if(hotBrowser.id=='onTitleBar'){offsetx=onisIE?event.clientX:e.clientX;offsety=onisIE?event.clientY:e.clientY;nowX=parseInt(onObj.style.left);nowY=parseInt(onObj.style.top);onFloatOn=true;dD.onselectstart=function(){return false;};dD.onmousemove=ONS_Float;}return;}function ONS_Float(e){if(onFloatOn){onObj.style.left=onisIE?nowX+event.clientX-offsetx:nowX+e.clientX-offsetx;onObj.style.top=onisIE?nowY+event.clientY-offsety:nowY+e.clientY-offsety;}else{dD.onmousemove=null;dD.onselectstart=null;}return;}function ONS_FloatHide(n){if(n=='close')ONS_setBoth(onCookieName,'',0);dD.onselectstart=null;dD.onmouseup=null;dD.onmousedown=null;dD.onmousemove=null;onObj.style.visibility='hidden';return;}function ONS_FloatInit(id){if(!onisIE){dD.onmousedown=ONS_FloatMove;dD.onmouseup=function(){onFloatOn=false;};}onObj=ONS_getObj(id);onObj.style.left=onisIE?(dD.body.clientWidth-(onFloatWidth+20)):(window.innerWidth-(onFloatWidth+20));onObj.style.top=20;onObj.style.visibility='visible';return;}function ONS_IconFloat(iX,iY,id){this[id+'O']=onObj;if(dD.layers)onObj.style=onObj;onObj.nX=onObj.iX=iX;onObj.nY=onObj.iY=iY;onObj.P=function(x,y){this.style.left=x+px;this.style.top=y+px;};onObj.Fm=function(){var pX,pY;pX=(this.iX>=0)?0:onisNN?innerWidth:onisNN&&dH.clientWidth?dH.clientWidth:dD.body.clientWidth;pY=onisNN?pageYOffset:onisNN&&dH.scrollTop?dH.scrollTop:dD.body.scrollTop;if(this.iY<0)pY+=onisNN?innerHeight:onisNN&&dH.clientHeight?dH.clientHeight:dD.body.clientHeight;this.nX+=(pX+this.iX-this.nX);this.nY+=(pY+this.iY-this.nY);this.P(this.nX,this.nY);onTimerID=setTimeout(this.id+"O.Fm()",33);};return onObj;}function ONS_Icon(){var hX=onisIE?(dD.body.clientWidth-80):(window.innerWidth-80);var vY=onisIE?(dD.body.clientHeight-70):(window.innerHeight-80);clearTimeout(onTimerID);ONS_IconFloat(hX,vY,'OnSiteFloatIcon').Fm();}function ONS_IconHide(){if(eval(onObj))onObj.style.visibility="hidden";return;}function ONS_IconInit(id){onMX=onisIE?(dD.body.clientWidth-80):(window.innerWidth-80);onMY=onisIE?(dD.body.clientHeight-70):(window.innerHeight-80);if(onObj!=null)onObj2=onObj;onObj=ONS_getObj(id);if(eval(onObj2)){if(onObj2.id=='OnSiteFloatWin'){onObj2.style.visibility='hidden';onObj.style.left=onML=parseInt(onObj2.style.left);onObj.style.top=onMD=parseInt(onObj2.style.top);onObj.style.visibility='visible';ONS_FloatFly();}}else{onObj.style.visibility='visible';}if(!onFStatus){setTimeout('ONS_IconInit(\'OnSiteFloatIcon\')',100);return;}window.onresize=ONS_Icon;ONS_IconFloat(onMX,onMY,id).Fm();return;}var onPopFlag=true;var onUnLoad;var onChildWin;function ONS_IconPopSurvey(){var vStage=ONS_getBoth(onCookieName,'S');if(vStage==null)return;if(vStage<5){var arrURL=ONS_getBoth('oncURLPage','').split("|");onSurveyPath=arrURL[2];ONS_setBoth(onCookieName,'',0);if(onSurveyPath==null||onSurveyPath==''){ONS_setBoth(onCookieName,'S',6);window.alert('Thank you for taking the survey.');return;}onChildWin=window.open(onSurveyPath+'?sid='+onSiteID+'&lang='+onKey+'&lpg='+escape(arrURL[0])+'&rpg='+escape(arrURL[1])+'&spg='+escape(ONS_getURL(document.location,'?')),'OnSurveyInc',onWinSetting);if(ONS_getBoth(onCookieName,'S')==3){ONS_setBoth(onCookieName,'S',5);ONS_SiteSave('End');}else ONS_setBoth(onCookieName,'S',6);}return;}function ONS_isSpecPage(qStr,qAccess,qFreq){onSaveURL=qStr;for(var c=0;c<qAccess.length;c++){if(qStr.indexOf(qAccess[c])!=-1){if(qFreq[c]>onPopFreq){onPopFreq=qFreq[c];}}}return true;}function ONS_SubmitInfo(v1,v2,v3,v4,v5){document.onform.onid.value=v1;document.onform.onurl.value=v2;document.onform.oninfo.value=v3;document.onform.onend.value=v4;if(v5=='End'){var arrURL=ONS_getBoth('oncURLPage','').split("|");dD.onform.RF.value=arrURL[1];dD.onform.SL.value=onisIE?navigator.systemLanguage:'';dD.onform.UL.value=navigator.userLanguage;dD.onform.lang.value=onKey;dD.onform.SS.value=window.screen.width+'x'+window.screen.height;}dD.onform.action=onServerPath;dD.onform.submit();}function ONS_SiteSave(status){var onsave_url=onPageURL;var onexpires=1;var t=new Date();var onSiteTime=Date.UTC(t.getFullYear(),t.getMonth()+1,t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds());var onSiteData=ONS_getCookie('OnSiteData');var onSiteInfo=ONS_getCookie('OnSiteInfo');if(onSiteData==null)onSiteData='';if(onSiteInfo==null)onSiteInfo='';onCookieSubStage=ONS_getBoth(onCookieName,'S');if(onCookieSubStage==4)return;if(status=='End'){if(onCookieSubStage!=6){var r1=onSiteInfo.substring(onSiteInfo.lastIndexOf('^')+1,onSiteInfo.length);var r=(onSiteTime-r1)/1000;onSiteData=onSiteData+"999"+onSiteInfo.substring(onSiteInfo.indexOf('^'),onSiteInfo.lastIndexOf('^')+1)+r+'^';ONS_setCookie('OnSiteData','',-1,24,onCookieDomain,onCookiePath);ONS_setBoth(onCookieName,'S',6);ONS_SubmitInfo(onSiteID,dD.location,onSiteData,'true','End');}}else if(onSiteData.length>=500){ONS_setCookie('OnSiteData','',-1,24,onCookieDomain,onCookiePath);ONS_SubmitInfo(onSiteID,dD.location,onSiteData,'false','');}else{onSiteCount=parseInt(onSiteCount)+1;var r1=onSiteInfo.substring(onSiteInfo.lastIndexOf('^')+1,onSiteInfo.length);if(r1==''||r1==null)onSiteInfo=onSiteCount+'^'+onsave_url+'^'+onSiteTime;else{var r=(onSiteTime-r1)/1000;onSiteData=onSiteData+onSiteInfo.substring(0,onSiteInfo.lastIndexOf('^')+1)+r+"^";onSiteInfo=onSiteCount+'^'+onsave_url+'^'+onSiteTime;}ONS_setCookie('OnSiteInfo',onSiteInfo,null,null,onCookieDomain,onCookiePath);ONS_setCookie('OnSiteData',onSiteData,null,null,onCookieDomain,onCookiePath);ONS_setCookie('OnSiteNum',onSiteCount,null,null,onCookieDomain,onCookiePath);}return;}function ONS_getSiteID(){var siteID=ONS_getBoth('SiteID','');if((siteID==null)||(siteID=='')){var t=new Date();siteID=Math.floor(Math.random()*10000000000000)+''+t.getTime();ONS_setBoth('SiteID','',siteID);}return siteID;}function ONS_SiteInit(){onCookieSubStage=ONS_getBoth(onCookieName,'S');if(onCookieSubStage==4){ONS_setBoth(onCookieName,'S',4);}else if(onCookieSubStage==3){ONS_setBoth(onCookieName,'S',3);onPageURL=onLocation;onSiteCount=ONS_getCookie('OnSiteNum');if((onSiteCount=='')||(onSiteCount==null))onSiteCount='0';ONS_SiteSave();}return;}function ONG_putTag(n){var onTag;var onTagSyntax=[['sites/corporate/tradmarx.htm','sites/corporate/privacy.htm','Provide<BR>Feedback'],['corporate/europe/emea/fra/sites/tradmarx.htm','cd/corporate/europe/emea/fra/180454.htm','Commencer le sondage'],['cd/corporate/europe/emea/rus/189530.htm','cd/corporate/europe/emea/rus/180458.htm','&#1053;&#1072;&#1095;&#1072;&#1090;&#1100; &#1079;&#1072;&#1087;&#1086;&#1083;&#1085;&#1077;&#1085;&#1080;&#1077; &#1072;&#1085;&#1082;&#1077;&#1090;&#1099;'],['cd/corporate/resources/apac/zho/85060.htm','cd/corporate/resources/apac/zho/85059.htm','&#24320;&#22987;&#35843;&#26597;'],['sites/jp/tradmarx.htm','sites/jp/privacy.htm','&#12450;&#12531;&#12465;&#12540;&#12488;&#12395;&#31572;&#12360;&#12427;'],['cd/corporate/europe/emea/deu/102417.htm','cd/corporate/europe/emea/deu/180453.htm','Umfrage starten'],['sites/portugues/corporate/tradmarx.htm?iid=PORTUGUES+Footer_legal','sites/portugues/corporate/privacy.htm?iid=PORTUGUES+Footer_privacy','Iniciar a Pesquisa'],['sites/espanol/corporate/tradmarx.htm','sites/espanol/corporate/privacy.htm','Comenzar la b&uacute;squeda']];var onMsgText='<IMG id="introimage" src="'+onImagesPath+onKey+'intro.gif" border="0">';var onMsgButt='<FORM><CENTER><A id="onButtonYes" href="javascript:ONS_FloatHide(\'OnSiteFloatIcon\')" style="text-decoration:none"><IMG src="'+onImagesPath+onKey+'yes.gif" border="0"></A><IMG id="onTrackImg" src="'+onImagesPath+'bullet.gif" border="0"><A href="javascript:ONS_FloatHide(\'close\')" style="text-decoration:none"><IMG src="'+onImagesPath+onKey+'no.gif" border="0"></A></CENTER></FORM>';var onMsgFoot='<A target="_blank" href="http://www.intel.com/'+onTagSyntax[onKey][0]+'"><IMG valign="bottom" src="'+onImagesPath+onKey+'legal.gif" border="0"></A><BR><A target="_blank" href="http://www.intel.com/'+onTagSyntax[onKey][1]+'"><IMG valign="bottom" src="'+onImagesPath+onKey+'privacy.gif" border="0"></A>';var onMsgIcon='<FONT face="Verdana" style="font-size: 10px" color="#000000">'+onTagSyntax[onKey][2]+'</FONT><Font color="white" style="font-size: 5px">.</FONT>';if(onImage.width==0)onFloatWidth=300;else onFloatWidth=onImage.width+10;onTag='<DIV id="OnSiteFloatWin" style="z-index:1001;position:absolute;width:'+onFloatWidth+'px;visibility:hidden;background-color:white"><ILAYER width="100%"><LAYER width="100%">';onTag=onTag+'<TABLE width="100%" border="2" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0"><TR><TD>';onTag=onTag+'<TABLE width="100%" border="0" bgcolor="#FFFFFF" onmousedown="ONS_FloatMove();" onmouseup="onFloatOn=false" style="border-collapse: collapse" id="onTitleBar" style="cursor:move"><TR><TD background="'+onImagesPath+'left-bar.gif" height="20"><A href="javascript:ONS_FloatHide(\'close\');"><IMG align="right" src="'+onImagesPath+'close.gif" alt="Close" border="0" style="cursor:hand"></A></TD></TR></TABLE>';onTag=onTag+'<TABLE width="100%" border="0" bgcolor="#FFFFFF"><TR><TD align="center">'+onMsgText+'</TD></TR><TR><TD>'+onMsgButt+'</TD></TR><TR><TD>'+onMsgFoot+'</TD></TR></TABLE>';onTag=onTag+'</TD></TR></TABLE></LAYER></ILAYER></DIV>';onTag=onTag+'<DIV id="OnSiteFloatIcon" style="z-index:1001;position:absolute;visibility:hidden;background-color:transparent;width:60px;padding:1px"><ILAYER width="100%"><LAYER width="100%"><CENTER>';onTag=onTag+'<A name="icon" href="javascript:ONS_IconHide();ONS_IconPopSurvey();" style="text-decoration:none"><IMG src="'+onImagesPath+'float.gif" border="0" style="filter:Alpha(Opacity=70,enabled=1);cursor: hand" alt="Click here to provide feedback!"><BR>';onTag=onTag+'<TABLE border=0><TR><TD bgcolor="white" align="center">'+onMsgIcon+'</TD></TR></TABLE></A>';onTag=onTag+'</CENTER>';onTag=onTag+'<FORM method="post" name="onform" action="">';onTag=onTag+'<input type="hidden" name="onid" value=""><input type="hidden" name="onurl" value=""><input type="hidden" name="oninfo" value=""><input type="hidden" name="onend" value="">';onTag=onTag+'<input type="hidden" name="SL"   value=""><input type="hidden" name="UL"    value=""><input type="hidden" name="lang"    value="">';onTag=onTag+'<input type="hidden" name="RF"   value=""><input type="hidden" name="SS"    value=""></FORM></LAYER></ILAYER></DIV>';dD.write(onTag);onTagFlag=true;return;}function ONG_InitTrack(){var chkStage=ONS_getBoth(onCookieName,'');if(chkStage!=null){ONS_FloatHide();window.alert('Sorry, you already have an active survey!');return;}onSiteID=ONS_getSiteID();ONS_setBoth(onCookieName,'',1);ONS_setBoth('onAliveSurv','',1);ONS_setBoth(onCookieName,'S',onTrack);ONS_setBoth('oncURLPage','',onLocation+'|'+onReferrer+'|'+onSurveyPath);ONS_IconInit('OnSiteFloatIcon');ONS_SiteInit();return;}function ONG_InitPop(){onSurveyPath='http://onsite.onsurvey.net/onsite/2005_3710/engine/savefinal.asp';onKey='0';var setFlag=false;var siteKey=[['/fra/','1'],['/ru/','2'],['/rus/','2'],['/zho/','3'],['/cn/','3'],['/jp/','4'],['/ijkk/','4'],['.jp/','4'],['/deu/','5'],['/portugues/','6'],['/portuguese/','6'],['/por/','6'],['/espanol/','7'],['/es/','7']];for(var c=0;c<siteKey.length;c++){if(onLocation.indexOf(siteKey[c][0])!=-1){onKey=siteKey[c][1];break;}}onPage=[['/personal/'],['/business/'],['/hardwaredesign/'],['/design/'],['/design/network/'],['/netcomms/'],['/network/'],['/products/'],['/buy/'],['/sites/developer/'],['/ids/'],['.com/centrino/'],['/technology/'],['/support/chipsets/'],['/support/graphics/'],['/support/motherboards/desktop/'],['/support/network/'],['/support/processors/'],['/support/motherboards/server/'],['/support/performancetools/'],['/support/wireless/'],['/support_intel.'],['mysearch.intel.com/support/'],['/support/'],['/viiv/']];if(onKey=='1'||onKey=='2'||onKey=='5'||onKey=='6'||onKey=='7')onFreq=[0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0,0,0.3,0,0,0,0,0,0,0,0,0,0,0,0];else if(onKey=='3'||onKey=='4')onFreq=[0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0,0,0.3,0,0,0,0,0,0,0,0,0,0,1.0,0];else onFreq=[0.3,0.3,0.1,0.1,0.5,0.3,0.5,0.1,0.3,0.1,0.3,1.0,0.3,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.35];onTrack=3;onImage.src=onImagesPath+onKey+'intro.gif';return true;}function ONG_Survey(){onBulletPath='http://onsite.onsurvey.net/onsite/2005_3710/images/db1bullet1.gif';onServerPath='http://onsite.onsurvey.net/onsite/2005_3710/engine/saveinfo.asp';onWinSetting='width='+(screen.availWidth-150)+',height='+(screen.availHeight-100)+',left=0,top=0,resizable=1,scrollbars=1';onGlobalRun=true;onLoyalty=0;onPopFreq=0.00;onPopDelay=2000;onPagePop=true;onMAC=false;onOp6=true;onIE4=false;onIE5=true;onIE5up=true;onNS4=false;onNS5up=true;if(ONG_InitPop()){if(ONS_chkBrowser()){var cookieStage=ONS_getBoth(onCookieName,'S');var onStatus=ONS_getParameter(dD.location,'onstatus');if((cookieStage==3)||(cookieStage==4)){ONG_putTag();onSiteID=ONS_getSiteID();ONS_setBoth(onCookieName,'S',cookieStage);if(onStatus)ONS_IconPopSurvey();else{onFStatus=true;ONS_IconInit('OnSiteFloatIcon');ONS_SiteInit();}}else if(cookieStage==''||cookieStage==null){if(ONS_isSpecPage(onLocation,onPage,onFreq)){if(ONS_getRandom()<=onPopFreq){ONG_putTag();ONS_getObj('onTrackImg').src=onBulletPath;ONS_getObj('onButtonYes').href='javascript:ONG_InitTrack()';if(!ONS_getBoth(onCookieName,''))window.setTimeout('ONS_FloatInit(\'OnSiteFloatWin\')',onPopDelay);}if(!onPagePop)ONS_setBoth(onCookieName,'',0);}}else ONS_setBoth(onCookieName,'S',cookieStage);}}return;}function ONG_LocalSetting(){onWinSetting='width='+(screen.availWidth-150)+',height='+(screen.availHeight-100)+',left=0,top=0,resizable=1,scrollbars=1';ONG_putTag('Icon');ONS_setBoth(onCookieName,'S',ONS_getBoth(onCookieName,'S'));onFStatus=true;ONG_InitPop();ONS_IconInit('OnSiteFloatIcon');ONS_SiteInit();return;}var onRun=false;var onTagFlag=false;var onCStage=ONS_getBoth(onCookieName,'');var onCSStage=ONS_getBoth(onCookieName,'S');var onGlobalRun=false;onLocation=ONS_getURL(dD.location,'?');onReferrer=ONS_getURL(dD.referrer,'?');onCookieName='intelresearch';onCookiePath='/';onCookieDuration=90;if((onLocation==null)||(onLocation==''))onLocation='NONE';if((onReferrer==null)||(onReferrer==''))onReferrer='NONE';if(onLocation.indexOf('.co.jp')!=-1)onCookieDomain='.intel.co.jp';else onCookieDomain='.intel.com';var chk1=ONS_getBoth(onCookieName,'');var chk2=ONS_getBoth('onAliveSurv','');if(!chk1&&!chk2)onRun=true;else if(chk1&&chk2)onRun=true;if(onRun){if(window.ONL_Survey)ONL_Survey();if(((onCStage==1)&&(onCSStage<5))||(onCStage==null))ONG_Survey();else onGlobalRun=true;}else{onObj=ONS_getObj('OnSiteFloatWin');onObj2=ONS_getObj('OnSiteFloatIcon');if(onObj)onObj.style.visibility='hidden';if(onObj2)onObj2.style.visibility='hidden';}