document.write("<style type=text/css>");
document.write("BODY {margin:0px; padding:0px;}");
document.write("#redbar {margin:0px 0px 0px 0px; padding:0px; height:82px; border-bottom:1px solid #ccc; background-color:#ffffff}");
document.write("#redmenu {position:absolute; top:60px; left:0; height:17px; display:block; font-family:verdana,arial,helvetica,geneva; font-weight:bold; font-size:10px; margin:0px 0px 0px 8px; padding-top:2px; display:block}");
document.write("#redmenu a {color:#ffffff; text-decoration:none; padding:2px 11px 3px 11px; }");
document.write("#redmenu a:hover {background-color:#D82727; layer-background-color:#D82727; border:1px solid #D82727; border-width:0px}");
document.write("#ralogo {position:absolute; top:13px; left:18px; border:0px}");
document.write("#sitename {position:absolute; top:35px; left:177px; color:#666666; font-family:Verdana,arial,helvetica; font-size:12px; font-weight:bold;}");
document.write("#sitename a {color:#777777; font-family:verdana,Arial,Helvetica,sans-serif; font-weight:normal; font-size:10px; text-decoration:none;}");
document.write("#sitename a:hover {color:#BB2322;}");
document.write("#username {font-family:verdana,arial,helvetica; color:#BA2232; font-size:9.4px;}");
document.write("#useroptions {white-space:nowrap; text-align:right; margin:5px 0px 0px 0px; padding:0px; font-family:verdana,arial,helvetica; color:#777777; font-size:9.4px;}");
document.write("#useroptions a {font-size:9.4; white-space:nowrap; color:#777777; text-decoration:none;}");
document.write("#useroptions a:hover {color:#BB2322; text-decoration:underline}");
document.write("#shophome a {font-size:15px; font-weight:bold; font-family:verdana,Arial,Helvetica,sans-serif; white-space:nowrap; color:#666666; text-decoration:none;}");
document.write("#shophome a:hover {color:#BB2322; text-decoration:underline}");
document.write("#lst {float:right;}");
document.write("#redbarlinks {background-image:url(http://www.rockwellautomation.com/lib/images/lst.gif); background-repeat:no-repeat; background-position:top right; position:absolute; top:59px; left:0px; width:100%; min-width:720px; background-color:#BB2322; border:1px solid #ccc; border-width:1px 0px 1px 0px; margin:0px; padding:0px; height:17px}");
document.write("</style>");

// BANNER BUILD
document.write("<div id='redbar'><table width='100%' bgcolor='ffffff' border='0' cellpadding='0' cellspacing='0'><tr valign='bottom'>");
document.write("<td height='47' width='169'><div id='ralogo'><a href='http://www.rockwellautomation.com/index.html' target='_blank'><img src='http://www.rockwellautomation.com/lib/images/ralogo_web.gif' border='0'></a></div></td>");
document.write("<td width='50%' nowrap><div id='sitename'><!-- location goes here --></div></td>");
document.write("<td width='50%' align='right' nowrap><div id='shophome' style='margin-right:16px;'></div>");
document.write("<div id='useroptions' style='margin-right:16px'><span id='username'>");
document.write("</span>&nbsp;&nbsp;");
document.write("</div></td></td></tr></table>");
document.write("<div id=redbarlinks><img src=http://www.rockwellautomation.com/lib/images/spacer.gif width=1 height=17></div></div>");

window.name="MainWindow";

/* START MENU LIST HERE */
var mybannerlang = Get_Cookie('ra_www_lang');

if ( (mybannerlang != " " || mybannerlang != null) && (mybannerlang == "Portuguese") ) {
	document.write("<div id=redmenu><a href='http://www.rockwellautomation.com/pt/about_us/' target='_top'>Sobre Nós</a>");
	document.write("<a href='http://www.rockwellautomation.com/news/' target='_top'>Novidades e Eventos</a>");
	document.write("<a href='http://www.rockwellautomation.com/pt/products/overview.html' target='_top'>Produtos</a>");
	document.write("<a href='http://www.rockwellautomation.com/pt/services/' target='_top'>Serviços e Suporte</a>");
	document.write("<a href='http://www.rockwellautomation.com/pt/industries/' target='_top'>Indústrias e Soluções</a></div>");
	}
else if ( (mybannerlang != " " || mybannerlang != null) && (mybannerlang == "Spanish") ) {
	document.write("<div id=redmenu><a href='http://www.rockwellautomation.com/es/about_us/' target='_top'>Sobre Nosotros</a>");
	document.write("<a href='http://www.rockwellautomation.com/news/' target='_top'>Noticias y Eventos</a>");
	document.write("<a href='http://www.rockwellautomation.com/es/products/overview.html' target='_top'>Productos</a>");
	document.write("<a href='http://www.rockwellautomation.com/es/services/' target='_top'>Servicios y Soporte</a>");
	document.write("<a href='http://www.rockwellautomation.com/es/industries/' target='_top'>Industrias y Soluciones</a></div>");
	}
else {
	document.write("<div id=redmenu><a href='http://www.rockwellautomation.com/about_us/' target='_top'>About Us</a>");
	document.write("<a href='http://www.rockwellautomation.com/news/' target='_top'>News & Events</a>");
	document.write("<a href='http://www.rockwellautomation.com/products/' target='_top'>Products</a>");
	document.write("<a href='http://www.rockwellautomation.com/services/' target='_top'>Services & Support</a>");
	document.write("<a href='http://www.rockwellautomation.com/industries/' target='_top'>Industries & Solutions</a></div>");
 }
