﻿var strTop =  "<div class=\"logo\"><a href=\"/index.php\"><img src=\"/images/rmg_logo.jpg\" width=\"100\" height=\"80\" alt=\"RMG\" title=\"RMG\" border=\"none\" /></a></div><div style=\"float:right; margin-right:20px; _margin-right:10px; position:relative; top:20px; color:#666;\"><select style=\"font-size:12px;\" name=\"url\" onChange=\"if(value!=''){window.location=this.options[this.selectedIndex].value;}else{return(false);}\"><option value=\"http://www.rmgnetworks.com\">United States (English)</option><option value=\"http://cn.rmgnetworks.com\">中国 (简体中文)</option></select></div>";
	strTop += "<div class=\"banner\">";
	strTop += "	<img class=\"ban_top\" src=\"/images/rmg_topban.jpg\" width=\"645\" height=\"34\" border=\"none\" alt=\"\" title=\"\" />";
	strTop += "	<ul class=\"banner_tb\">";
	strTop += "	    <li class=\"advert\" id='networks' ><a href=\"/networks.php\"><span>Advertisers</span></a></td>";
	strTop += "	    <li class=\"service\" id='services'><a href=\"/services.php\">Services</a></td>";
	strTop += "	    <li class=\"invest\" id='investors'><a href=\"/investors.php\">Investors</a></td>";
	strTop += "	    <li class=\"insight\" id='index_ooh'><a href=\"/index_ooh.php\">Industry Insight</a></td>";
	strTop += "	    <li class=\"about\" id='about_us'><a href=\"/about_us.php\">About Us</a></td>";
	strTop += "	</ul>";
	strTop += "	</div>";
  strTop += "	<div class=\"clea\"></div>";
  
  
	document.write(strTop);

	var strURL = document.location.href;
	var currentid = "";
	var match = strURL.match(/\/[^\/]+\.php/ig);

  if(typeof match != 'undefined' && null != match){
    currentid = match[0].replace('/','').replace(".php", "");
    var currentObj = document.getElementById(currentid);
    if(currentObj != null){
      currentObj.className += " " + currentid; 
    }
  }else if(strURL.match(/\/news\//ig) != null){
    document.getElementById('index_ooh').className += " index_ooh"; 
  }
