/*Script copyrighted 2002-2003, Andrew McCafferty, All rights reserved.*/
/* If you modify this file by hand, to avoid overwriting it, change its name.*/
/* GLOBAL LANGUAGE COOKIE */
// this function gets the cookie, if it exists
/*only the first 2 parameters are required, the cookie name, the cookie
value. Cookie time is in milliseconds, so the below expires will make the 
number you pass in the Set_Cookie function call the number of days the cookie
lasts, if you want it to be hours or minutes, just get rid of 24 and 60.
Generally you don't need to worry about domain, path or secure for most applications
so unless you need that, leave those parameters blank in the function call.*/
function Set_Cookie( name, value, expires, path, domain, secure ) {
	// set time, it's in milliseconds
	var today = new Date();
	today.setTime( today.getTime() );
	// if the expires variable is set, make the correct expires time, the
	// current script below will set it for x number of days, to make it
	// for hours, delete * 24, for minutes, delete * 60 * 24
	if ( expires )
	{
		expires = expires * 1000 * 60 * 60 * 24;
	}
	//alert( 'today ' + today.toGMTString() );// this is for testing purpose only
	var expires_date = new Date( today.getTime() + (expires) );
	//alert('expires ' + expires_date.toGMTString());// this is for testing purposes only
	document.cookie = name + "=" +escape( value ) +
		( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) + //expires.toGMTString()
		( ( path ) ? ";path=" + path : "" ) + 
		( ( domain ) ? ";domain=" + domain : "" ) +
		( ( secure ) ? ";secure" : "" );
}		
var exp = new Date();

function Get_Cookie( name ) {
	var start = document.cookie.indexOf( name + "=" );
	var len = start + name.length + 1;
	if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) )
	{
		return null;
	}
	if ( start == -1 ) return null;
	var end = document.cookie.indexOf( ";", len );
	if ( end == -1 ) end = document.cookie.length;
	return unescape( document.cookie.substring( len, end ) );
}

// this deletes the cookie when called
function Delete_Cookie( name, path, domain ) {
	if ( Get_Cookie( name ) ) document.cookie = name + "=" +
			( ( path ) ? ";path=" + path : "") +
			( ( domain ) ? ";domain=" + domain : "" ) +
			";expires=Thu, 01-Jan-1970 00:00:01 GMT";
}

function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
/*GLOBAL LANGUAGE COOKIE*/

Get_Cookie('ra_www_lang');

/* This starts the emenu coding */
var eCO='',eFN;eFN=document.location;
var eV2=true,emtWin,eGSTR="",eV3=new Array(),eV4=0,eV0=false,eV1=false,eV5=0,eGI=new Array(),eV6="",eV7,eV8;
var eAGT=navigator.userAgent.toLowerCase(),ePI=parseInt(navigator.appVersion),
eIE=((eAGT.indexOf('msie')!=-1)&&(eAGT.indexOf('opera')==-1)),eNN=(navigator.appName=='Netscape'),
eMAC= (eAGT.indexOf('mac')!=-1),
eW3C=((eIE&&ePI>=4)||(eNN&&ePI>=5)),eMW3C=((eIE&&ePI>=4)||(eNN&&ePI>=5)),
eGB=!eMW3C,eIE50=(eAGT.indexOf('msie 5.0')!=-1),eDD=!((eNN&&eAGT.indexOf('6/6.0')!=-1)||(eIE&&eMAC));
if(document.images){var eV9= new Image(7,11),eV10= new Image(7,11);eV9.src="http://www.rockwellautomation.com/lib/images/raminus_new.gif";eV10.src="http://www.rockwellautomation.com/lib/images/raplus_new.gif";var eV11 = new Image(7,11),eV12 = new Image(7,11);eV11.src="http://www.rockwellautomation.com/lib/images/raminus_new.gif";eV12.src="http://www.rockwellautomation.com/lib/images/raplus_new.gif";var eV13 = new Image(7,11);eV13.src="http://www.rockwellautomation.com/lib/images/raleaf_new.gif";};
function eMF(eV14,eV15,eV16,eV17){eGI[eV16]=eV14;eV16=eF2(eV16,eV15);if(eMW3C){var t1,t2,t3;if(eF3(eV15)){t1="onMouseOut=eF4('"+eV14 +"','"+eV15 +"',event) onMouseOver=eF5('"+eV14 +"','"+eV15 +"',event)";t2="display:None;position:absolute";t3=""}else{t1="";t2="display:None";t3="margin-left:0px"};eDW("<div id='c"+eV14+"' "+t1+" class='mainFolderBox"+eF6(eV15)+"' style='"+t3+"'>");eF7(eV14,eV15,eV16,eV17);eDW("<div class='subFolderPage' id='"+eV14 +"' style='"+t2+"'><table cellpadding=0 cellspacing=0 border=0><tr><td>")}else if(eGB){eDW("<p id='c"+eV14 +"' class='mainFolderBox"+eF6(eV15)+"' style='margin-left:0px'>");eF7(eV14,eV15,eV16,eV17);eDW('</p>');if(eF8(eCO,eV14)){eV4=0;eV5=9}else{eV4=1}}}
function eSF(eV18,eV15,eV16,eV17){eGI[eV16]=eV18;eV16=eF2(eV16,eV15);if(eMW3C){var t1,t2,t3; if(eF3(eV15)){t1="onMouseOut=eF4('"+eV18 +"','"+eV15 +"',event) onMouseOver=eF5('"+eV18 +"','"+eV15 +"',event)";t2="display:None;position:absolute";t3=""}else{t1="";t2="display:None";t3="margin-left:9"};eDW("<div id='c"+eV18 +"' "+t1+" class='subFolderBox"+eF6(eV15)+"' style='"+t3+"'>");eF9(eV18,eV15,eV16,eV17);eDW("<div class='subFolderPage' id='"+eV18 +"' style='"+t2+"'><table cellpadding=0 cellspacing=0 border=0><tr><td>");}else if(eGB){if(eF8(eCO,eGF(eV18))){eDW("<p id='c"+eV18 +"' class='subFolderBox"+eF6(eV15)+"' style='margin-left: "+eV5 +"px'>");eF9(eV18,eV15,eV16,eV17);eDW('</p>')};if(eF8(eCO,eV18)){eV4=0;eV5=eV5+9}else{eV4 =eV4 +1}};}
function eLK(eV19,eV15,eV16,eV20){eV19='b'+eV19;eGI[eV16]=eV19;eV16=eF2(eV16,eV15);var eV21;if(eV4==0){eV21 =eF10(eV15,eV20);if(eMW3C){var t1,t2;if(eF3(eV15)){t1="";t2="onMouseOver=eF5('"+eV19 +"','',event) id='"+eV19 +"'"}else{t1="margin-left:9px";t2=""}; eDW("<div id='c"+eV19 +"' "+t2+" class='linkBox"+eF6(eV15)+"' style='"+t1+"'>");eF11(eV19,eV15,eV16,eV21,eV20);eDW("</div>")}else if(eGB){eDW("<p id='c"+eV19 +"' class='linkBox"+eF6(eV15)+"' style='margin-left:"+eV5 +"px'>");eF11(eV19,eV15,eV16,eV21,eV20);eDW('</p>')};}}
function eCOL(eV22){var t;if(eV22==''){t=''}else{t='width='+eV22};eDW("<TD class='menuTreeBox' bgcolor='#cccccc' "+t+' '+"valign='top'>");}
function eDE(){if(eMW3C){eDW("</td></tr></table></div></div>")}else if(eGB){if(eV4==0){eV5=eV5-9}else{eV4=eV4-1}};}
function eF14(eV23,eV15,eV16,eV17){if(eGB&&eF8(eCO,eV23)){eV3[eV23]=true};var t1; if(eF3(eV15)){t1="//"}else{t1="eF15('"+eV23 +"','"+eV15 +"')"};eDW(eF16(eV23,eV16,"if(!eV3['"+eV23 +"']){"+eV17 +"}",t1,"mainFolderLine"+eF6(eV15),eV16)+eF12(eV23,eF13(eV23,true),7,11)+eV16 +"</a>")}
function eF9(eV24,eV15,eV16,eV17){if(eGB&&eF8(eCO,eV24)){eV3[eV24]=true};var t1; if(eF3(eV15)){t1="//"}else{t1="eF15('"+eV24 +"','"+eV15 +"')"};eDW(eF16(eV24,eV16,"if(!eV3['"+eV24 +"']){"+eV17 +"}",t1,"subFolderLine"+eF6(eV15),eV16)+eF12(eV24,eF13(eV24,false),7,11)+eV16 +"</a>")}
function eF11(eV19,eV15,eV16,eV21,eV20){var eV25,eV26='eF18(0,0);'; if(eF17(eV15,'j')){eV26=''};if(!eF17(eV15,'nl')){if(eF17(eV15,'nf')){eV25='mainFolderLine'}else{eV25='linkLine'};eDW(eF16(eV19,eV16,"{"+eV26+""+eV21+";return false}","//",eV25+eF6(eV15),eV20))};if(!eF17(eV15,'nm')){eDW(eF12(eV19,"http://www.rockwellautomation.com/lib/images/raleaf_new.gif",7,11))};eDW(eV16);if(!eF17(eV15,'nl')){eDW("</A>")};}
function eF16(eV27,eV16,ocjs,hrck,cn,eV28){return "<a id='a"+eV27+"' onclick=\""+ocjs+"\" href=\"javascript:"+hrck+"\" onMouseOver=\""+eF19(cn,eV28)+";return true\" onMouseOut=\""+eF20(cn)+";return true\" class='"+cn+"'>"}
function eF19(cn,eV29){return "window.status='"+eF21(eV29)+"';if(eW3C){this.className='"+cn+"MouseOver'}"}
function eF20(cn){return "window.status='';if(eW3C){this.className='"+cn+"'}"}
function eF12(eV27,gif,h,w){return "<IMG border='0' src='"+gif+"' width='"+w+"' height='"+h+"' id='i"+eV27+"'>"}
function eF15(eV19,eV15){if(!eF3(eV15)){eUDC(eV19)};eF22(eV19)}
function eF22(eV19){if(eMW3C){if(eV3[eV19]){eV3[eV19] = false;eGO(eV19).style.display = "none"}else{eV3[eV19] = true;eGO(eV19).style.display = ""};if(document.images){eGO("i"+eV19).src=eF13(eV19,eF23(eV19))}}else if(eGB){eF24();window.location.href=eFN};}
function eF7(eV14,eV15,eV16,js){if(eF17(eV15,'nf')){js=eF10(eV15,js);eF11(eV14,eV15,eV16,js,eV16)}else{eF14(eV14,eV15,eV16,js)}}
function eF23(eV23){return eV23!="out"&&eV23.indexOf("d",eV23.indexOf("d")+1) == -1}
function eGO(eV18){if (document.getElementById){return eval(document.getElementById(eV18))}else{return eval(document.all(eV18))}}
function eOS(eV30){if(eGB){if(!eV3[eV30]){eF22(eV30)}}else{var start=0;start = eV30.indexOf("d",start) + 1;start = eV30.indexOf("d",start) + 1;while(start > 0){if(!eV3[eV30.substring(0,start-1)]){eF22(eV30.substring(0,start-1))};start = eV30.indexOf("d",start) + 1};if(!eV3[eV30]){eF22(eV30)}}}
function eCS(eV30){if(eV3[eV30]){eF22(eV30)}}
function eGF(eV31){if(eV31.substring(0,1)=='b'){eV31=eV31.slice(1)};var j, p=eV31.lastIndexOf('d'); j = eV31.substring(0,p).lastIndexOf('d');if(j==-1){return ""}else{return eV31.substring(0,p)}}
function eUDC(eV19){if(eGB||eV2){if(eF8(eCO,eV19)){eF25(eV19)}else{eF26(eV19)};eCO=eF27('samplecodemenu')}}
function eDW(str){eGSTR += str}
function eF10(eF28,eV20){if(!eF17(eF28,'t')){eV20=cnv(eV20,eF28)};if(eF17(eF28,'i')){return eF29(eV20)}else if(eF17(eF28,'r')){return eF30(eV20)}else if(eF17(eF28,'e')){return eF31(eV20)}else if(eF17(eF28,'p')){return eF32(eV20)}else if(eF17(eF28,'j')){return eV20}}
function eF13(eV32,bool){if(bool){if(eV3[eV32]){return "http://www.rockwellautomation.com/lib/images/raminus_new.gif"}else{return "http://www.rockwellautomation.com/lib/images/raplus_new.gif"}}else{if(eV3[eV32]){return "http://www.rockwellautomation.com/lib/images/raminus_new.gif"}else{return "http://www.rockwellautomation.com/lib/images/raplus_new.gif"}}}
function eF29(eV33){return "window.location.href = '" + eV33 + "'"}
function eF30(eV33){if(parent.emtcf){return "parent.emtcf.location.href = '" + eV33 + "'"}else{return eF31(eV33)}}
function eF32(eV33){return "parent.location.href = '" + eV33 + "'"}
function eF31(eV33){return "emtWin=window.open('"+eV33+"')"}
function eF17(k,b){if(k.indexOf(b)>-1){return true};return false}
function eF21(eV16){if(eF17(eV16,"'")||eF17(eV16,"</")){return ""};return eV16}
function eF33(eV34){window.status=eV34;return true}
function eF26(eV35){var nc='',start=0,end;end=eCO.indexOf('x',start);while(end>0){if(!eF8(eV35,eCO.substring(start,end))){nc=nc+eCO.substring(start,end)+'x'};start=end+1;end=eCO.indexOf('x',start)};eF34('samplecodemenu',nc+eV35+'x')}
function eF25(eV35){var nc='',start=0,end;end=eCO.indexOf('x',start);while(end>0){if(!eF8(eCO.substring(start,end+1),eV35)){nc=nc+eCO.substring(start,end)+'x'};start=end+1;end=eCO.indexOf('x',start)};if(eGF(eV35)!=''){nc=nc+eGF(eV35)+'x'};if(nc==''){nc='none'};eF34('samplecodemenu',nc)}
function eF8(eV36,eV32){if(eF17(eV36,eV32+'d')||eF17(eV36,eV32+'x')){return true}else{return false}}
function eF0(){var start=0,end;end=eCO.indexOf('x',start);while(end>0){eOS(eCO.substring(start,end));start=end+1;end=eCO.indexOf('x',start)};}
function eF27(eV37){var cs=document.cookie,s=-1,m,e;while(s<cs.length){m=cs.indexOf('=',s);e=cs.indexOf(';',m);if(e==-1){e=cs.length};if(cs.substring(s+1,m)==eV37){return cs.substring(m+1,e)};s=cs.indexOf(';',s+1);if(s==-1){s=cs.length};s=s+1};return '0'}
function eF34(eV37,eV38){document.cookie=eV37+'='+eV38+';path=/'}
function eF24(){var t=0,l=0;if(eV0){l=window.pageXOffset;t=window.pageYOffset}else if(eV1){t=document.body.scrollTop;y=document.body.scrollLeft};eF18(l,t)}
function eF18(l,t){eF34('Left',l);eF34('Top',t)}
function eF1(){var l,t;l=eF27('Left');t=eF27('Top');if(eV0){window.scroll(l,t)}else if(eV1){document.body.scrollLeft=l;document.body.scrollTop=t}}
function eF35(){eF34('samplecodemenu','t');;if(eF27('samplecodemenu')=='t'){return true};return false}
function eF6(eV15){var t1; t1=eV15.indexOf('cn');if(t1>-1){return eV15.substring(t1+2,t1+4)} else {return ''}}
function eF2(eV16,eV15){if(eF17(eV15,'nb')){eV16="<nobr>"+eV16+"</nobr>"};return eV16}
function eOpenPage(ln){eOS(eGF(eGI[ln]));}
function eClosePage(ln){eCS(eGF(eGI[ln]));}
function eOpen(ln){eOS(eGI[ln]);}
function eClose(ln){eCS(eGI[ln]);}
function eSwap(ln,att,val,aic){if(eMW3C){var t = eGO(aic + eGI[ln]); eval("t." + att + "= '"+ val + "'")}}
function eSwapBox(ln,att,val){eSwap(ln,att, val,"c")}
function eSwapImage(ln,att,val){eSwap(ln,att,val,"i")}
function eSwapLine(ln,att,val){eSwap(ln,att,val, "a")}
function eF3(eV15){if(eMW3C&&eDD&&eF17(eV15,"dd")){return true};return false}
function eF36(eV14,eV15){var eV39,eV40,eV41,eV42,eV43,eV44=false,eV45=false,eV46=0;if(eF17(eV15,"to")){eV44=true}; if(eF17(eV15,"le")){eV45=true};eV39=eV15.indexOf('.');if(eV39==-1){eV46 =1}else{eV46=eV15.substring(eV39,eV39+3)};eV42= eGO("c"+eV14);eV43= eGO(eV14);for(var i=0;i<4;i=i+1){eV41=eF37(eV42); eV40=eF38(eV42);if(eV44){eV40=eV40-eV43.offsetHeight;if(eV46==1){eV40=eV40+eV42.offsetHeight}}else if(!eV44){if(eV46!=1){eV40=eV40+eV42.offsetHeight}}if(!eV45){eV41=eV41+(eV42.offsetWidth*eV46)}else if(eV45){eV41=eV41-(eV43.offsetWidth*eV46)};if(eIE50){eV41=eV41-6};eV43.style.left =eV41+"px";eV43.style.top =eV40 + "px"}}
function eF38(eV42){var t=0;while(eV42){if(eV42.style.position=='absolute'){return t};t=t+eV42.offsetTop;eV42=eV42.offsetParent};return t}
function eF37(eV42){var t=0;while(eV42){if(eV42.style.position=='absolute'){return t};t=t+eV42.offsetLeft;eV42=eV42.offsetParent}return t}
function eF5(eV14,eV15,evt){if(window.event){window.event.cancelBubble=true}else{evt.cancelBubble=true};if(!eF17(eV15,'nf')){if(eV8){clearTimeout(eV8)};if(eV7){clearTimeout(eV7)};eV7 =setTimeout("eF39('"+eV14 +"','"+eV15 +"')",400)}}
function eF4(eV14,eV15,evt){if(window.event){window.event.cancelBubble =true}else{evt.cancelBubble=true};if(!eF17(eV15,'nf')){if(eV7){clearTimeout(eV7)};eV7=setTimeout("eF40()",400)}}
function eF39(eV14,eV15){if(eV14.substring(0,1)=='b'){eV14=eGF(eV14.slice(1));while(!eF17(eV14,eV6)){eF22(eV6);eV6 = eGF(eV6);}}else if(eV6==""){eF22(eV14);eF36(eV14,eV15);eV6 =eV14;}else if(eF17(eV14,eV6+'d')){eF22(eV14);eF36(eV14,eV15);eV6=eV14;}else if(eF17(eV6,eV14+'d')){while(eF17(eV6,eV14+'d')){eF22(eV6);eV6=eGF(eV6)}}else{eF22(eV6);eV6=eGF(eV6);while(!eF17(eV14,eV6+'d')){eF22(eV6);eV6=eGF(eV6);}if(!eV3[eV14]){eF22(eV14);eF36(eV14,eV15);eV6 =eV14}}}
function eF40(){eV8=setTimeout("timeOut()",400)}
function timeOut(){ while(eV6!=""){eF22(eV6);eV6=eGF(eV6);}}
function cnv(ju,k){return ju}
if(eF27('samplecodemenu')!='0'){if(eGB||eV2){eCO=eF27('samplecodemenu')}};
if(eV2&&!eF35()){eV2=false};
if(eGB&&!eF35()){alert('For the tree menu to work properly, you must turn on cookies')};
if(eGB||eV2){eF34('samplecodemenu',eCO)};
/* This end the emenu coding */

/* This is the cookie variable */
var SCLang = (Get_Cookie('ra_www_lang'));

eDW("<link rel='stylesheet' type='text/css' href='http://www.rockwellautomation.com/lib/css/menu_new.css'>");
if (SCLang == "English") {
eDW("<h3>Sample Code Library</h3>");
eMF("e1d1","winf","Sample Code Home","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_home_page.hcst");
eDE();
eMF("e1d2","winf","About Sample Code Website","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_site_info.hcst");
eDE();
eMF("e1d3","winf","Terms and Conditions","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_legal_info.hcst");
eDE();
eMF("e1d4","winf","Submit Sample Code","http://samplecode.rockwellautomation.com/intradoc-cgi/nph-idc_cgi.exe?IdcService=CHECKIN_NEW_CODE_FORM&dpTriggerValue=Sample_Code&dpDisplayLabel=Sample%20Code");
eDE();
eMF("e1d5","winf","Questions or Comments?<br>Email RASampleCode@ra.<br>rockwell.com.","mailto:RASampleCode@ra.rockwell.com");
eDE();
eMF("e1d6","winf","Integrated Architecture&nbsp;Tools","http://www.rockwellautomation.com/solutions/integratedarchitecture/resources.html");
eDE();
}
else if (SCLang=="ChineseSimplified") {
eDW("<link rel='stylesheet' type='text/css' href='http://www.rockwellautomation.com/lib/css/menu_new_cjk.css'>");
eDW("<h3>范例代码库</h3>");
eMF("e1d1","winf","范例代码主页","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_home_page.hcst");
eDE();
eMF("e1d2","winf","关于范例代码网站","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_site_info.hcst");
eDE();
eMF("e1d3","winf","查看条款和条件","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_legal_info.hcst");
eDE();
eMF("e1d4","winf","提交范例代码","http://samplecode.rockwellautomation.com/intradoc-cgi/nph-idc_cgi.exe?IdcService=CHECKIN_NEW_CODE_FORM&dpTriggerValue=Sample_Code&dpDisplayLabel=Sample%20Code");
eDE();
eMF("e1d5","winf","问题或意见？电子邮件：RASampleCode@ra.<br>rockwell.com.","mailto:RASampleCode@ra.rockwell.com");
eDE();
eMF("e1d6","winf","集成架构 工具","http://www.rockwellautomation.com/zh/solutions/integratedarchitecture/resources.html");
eDE();
}

else if (SCLang == "French") {
eDW("<h3>Bibliothèque d'exemples de code</h3>");
eMF("e1d1","winf","Accueil Exemples de code","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_home_page.hcst");
eDE();
eMF("e1d2","winf","A propos du site Exemples de&nbsp;code","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_site_info.hcst");
eDE();
eMF("e1d3","winf","Lire les conditions générales","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_legal_info.hcst");
eDE();
eMF("e1d4","winf","Soumettre un exemple de&nbsp;code","http://samplecode.rockwellautomation.com/intradoc-cgi/nph-idc_cgi.exe?IdcService=CHECKIN_NEW_CODE_FORM&dpTriggerValue=Sample_Code&dpDisplayLabel=Sample%20Code");
eDE();
eMF("e1d5","winf","Questions ou commentaires ? Courriel : RASampleCode@ra.<br>rockwell.com.","mailto:RASampleCode@ra.rockwell.com");
eDE();
eMF("e1d6","winf","Architecture Intégrée&nbsp;Outils","http://www.rockwellautomation.com/fr/solutions/integratedarchitecture/resources.html");
eDE();
}

else if (SCLang == "German") {
eDW("<h3>Bibliothek mit Beispielcode</h3>");
eMF("e1d1","winf","Beispielcode – Home","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_home_page.hcst");
eDE();
eMF("e1d2","winf","Infos zur Website mit Beispielcode","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_site_info.hcst");
eDE();
eMF("e1d3","winf","Bedingungen überprüfen","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_legal_info.hcst");
eDE();
eMF("e1d4","winf","Beispielcode einreichen","http://samplecode.rockwellautomation.com/intradoc-cgi/nph-idc_cgi.exe?IdcService=CHECKIN_NEW_CODE_FORM&dpTriggerValue=Sample_Code&dpDisplayLabel=Sample%20Code");
eDE();
eMF("e1d5","winf","Fragen oder Kommentare? E-Mail: RASampleCode@ra.<br>rockwell.com.","mailto:RASampleCode@ra.rockwell.com");
eDE();
eMF("e1d6","winf","Integrated Architecture&nbsp;Tools","http://www.rockwellautomation.com/de/solutions/integratedarchitecture/resources.html");
eDE();
}

else if (SCLang == "Italian") {
eDW("<h3>Libreria codice campione</h3>");
eMF("e1d1","winf","Homepage Sample Code (Codice di esempio)","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_home_page.hcst");
eDE();
eMF("e1d2","winf","Informazioni sul sito Sample Code (Codice di esempio)","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_site_info.hcst");
eDE();
eMF("e1d3","winf","Consulta termini e&nbsp;condizioni","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_legal_info.hcst");
eDE();
eMF("e1d4","winf","Invia codice di esempio","http://samplecode.rockwellautomation.com/intradoc-cgi/nph-idc_cgi.exe?IdcService=CHECKIN_NEW_CODE_FORM&dpTriggerValue=Sample_Code&dpDisplayLabel=Sample%20Code");
eDE();
eMF("e1d5","winf","Domande o commenti? Inviare un e-mail al seguente indirizzo: RASampleCode@ra.<br>rockwell.com.","mailto:RASampleCode@ra.rockwell.com");
eDE();
eMF("e1d6","winf","Architettura Integrata Strumenti","http://www.rockwellautomation.com/it/solutions/integratedarchitecture/resources.html");
eDE();
}

else if (SCLang == "Japanese") {
eDW("<link rel='stylesheet' type='text/css' href='http://www.rockwellautomation.com/lib/css/menu_new_cjk.css'>");
eDW("<h3>サンプル・コード・<br>ライブラリ</h3>");
eMF("e1d1","winf","サンプルコード - ホーム","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_home_page.hcst");
eDE();
eMF("e1d2","winf","サンプルコード<br>Web サイト","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_site_info.hcst");
eDE();
eMF("e1d3","winf","契約条件の確認","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_legal_info.hcst");
eDE();
eMF("e1d4","winf","サンプルコードの送信","http://samplecode.rockwellautomation.com/intradoc-cgi/nph-idc_cgi.exe?IdcService=CHECKIN_NEW_CODE_FORM&dpTriggerValue=Sample_Code&dpDisplayLabel=Sample%20Code");
eDE();
eMF("e1d5","winf","質問またはコメントについて 電子メール : RASampleCode@ra.<br>rockwell.com.","mailto:RASampleCode@ra.rockwell.com");
eDE();
eMF("e1d6","winf","統合アーキテクチャ<br>ツール","http://www.rockwellautomation.com/ja/solutions/integratedarchitecture/resources.html");
eDE();
}

else if (SCLang == "Korean") {
eDW("<link rel='stylesheet' type='text/css' href='http://www.rockwellautomation.com/lib/css/menu_new_cjk.css'>");
eDW("<h3>샘플 코드 라이브러리</h3>");
eMF("e1d1","winf","샘플 코드 홈","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_home_page.hcst");
eDE();
eMF("e1d2","winf","리뷰 샘플 코드<br>웹사이트에 대해","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_site_info.hcst");
eDE();
eMF("e1d3","winf","제출 제조건","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_legal_info.hcst");
eDE();
eMF("e1d4","winf","샘플 코드","http://samplecode.rockwellautomation.com/intradoc-cgi/nph-idc_cgi.exe?IdcService=CHECKIN_NEW_CODE_FORM&dpTriggerValue=Sample_Code&dpDisplayLabel=Sample%20Code");
eDE();
eMF("e1d5","winf","검색 질문 또는 주석?<br>E-메일: RASampleCode@ra.<br>rockwell.com.","mailto:RASampleCode@ra.rockwell.com");
eDE();
eMF("e1d6","winf","통합 아키텍처 툴","http://www.rockwellautomation.com/ko/solutions/integratedarchitecture/resources.html");
eDE();
}

else if (SCLang == "Portuguese") {
eDW("<h3>Biblioteca de códigos de&nbsp;amostra</h3>");
eMF("e1d1","winf","Página Inicial de Código de&nbsp;Amostra","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_home_page.hcst");
eDE();
eMF("e1d2","winf","Sobre o Website de Código de Amostras","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_site_info.hcst");
eDE();
eMF("e1d3","winf","Revisar Termos e Condições","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_legal_info.hcst");
eDE();
eMF("e1d4","winf","Enviar Código de Amostra","http://samplecode.rockwellautomation.com/intradoc-cgi/nph-idc_cgi.exe?IdcService=CHECKIN_NEW_CODE_FORM&dpTriggerValue=Sample_Code&dpDisplayLabel=Sample%20Code");
eDE();
eMF("e1d5","winf","Dúvidas ou Comentários?<br>E-mail: RASampleCode@ra.<br>rockwell.com.","mailto:RASampleCode@ra.rockwell.com");
eDE();
eMF("e1d6","winf","Arquitetura Integrada Ferramentas","http://www.rockwellautomation.com/pt/solutions/integratedarchitecture/resources.html");
eDE();
}

else if (SCLang == "Spanish") {
eDW("<h3>Biblioteca de<br>ejemplos de códigos</h3>");
eMF("e1d1","winf","Página inicial de<br>Códigos de ejemplo","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_home_page.hcst");
eDE();
eMF("e1d2","winf","Acerca del sito web de Códigos de ejemplo","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_site_info.hcst");
eDE();
eMF("e1d3","winf","Revisar Términos y&nbsp;condiciones","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_legal_info.hcst");
eDE();
eMF("e1d4","winf","Enviar Código de ejemplo","http://samplecode.rockwellautomation.com/intradoc-cgi/nph-idc_cgi.exe?IdcService=CHECKIN_NEW_CODE_FORM&dpTriggerValue=Sample_Code&dpDisplayLabel=Sample%20Code");
eDE();
eMF("e1d5","winf","¿Preguntas o comentarios? Correo electrónico: RASampleCode@ra.<br>rockwell.com.","mailto:RASampleCode@ra.rockwell.com");
eDE();
eMF("e1d6","winf","Arquitectura Integrada Herramientas","http://www.rockwellautomation.com/es/solutions/integratedarchitecture/resources.html");
eDE();
}

else {
eDW("<h3>Sample Code Library</h3>");
eMF("e1d1","winf","Sample Code Home","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_home_page.hcst");
eDE();
eMF("e1d2","winf","About Sample Code Website","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_site_info.hcst");
eDE();
eMF("e1d3","winf","Terms and Conditions","http://samplecode.rockwellautomation.com/idc/groups/public/documents/webassets/sc_review_legal_info.hcst");
eDE();
eMF("e1d4","winf","Submit Sample Code","http://samplecode.rockwellautomation.com/intradoc-cgi/nph-idc_cgi.exe?IdcService=CHECKIN_NEW_CODE_FORM&dpTriggerValue=Sample_Code&dpDisplayLabel=Sample%20Code");
eDE();
eMF("e1d5","winf","Questions or Comments?<br>Email RASampleCode@ra.<br>rockwell.com.","mailto:RASampleCode@ra.rockwell.com");
eDE();
eMF("e1d6","winf","Integrated Architecture&nbsp;Tools","http://www.rockwellautomation.com/solutions/integratedarchitecture/resources.html");
eDE();
}
 
if(eNN&&ePI==4){eDW("</div>")};
eDW("</TD>");
eDW("</TR>");
eDW("</TABLE>");
document.write(eGSTR);eGSTR="";
if(eMW3C){eF0()};
if(window.pageXOffset==0){eV0=true}else if(eIE){eV1=true};
if(eGB){eF1()}



