function toppop(url,name,width,height,scrollbars,resizable,top,left) {cwin=window.open(url,name,'scrollbars='+scrollbars+',resizable='+resizable+',width='+width+',height='+height+',top='+top+',left='+left);cwin.focus();};function $(e){ return document.getElementById(e);};window.onload=function(){if($('adBtn')!=null){$('adBtn').onclick=function(){toppop('/services/mediakit/','mediakit',800,480,'yes','yes',100,100);return false;};};};var xmlHttp;function GetXmlHttpOBJ(){ if (window.XMLHttpRequest) xmlHttp=new XMLHttpRequest();else if (window.ActiveXObject)xmlHttp=new ActiveXObject('Microsoft.XMLHTTP');};var group_x = new Array();function ww(obj,val){  group_x = new Array(); if(val.substr(0,1)=='.') val = val.substr(1); if(obj.className==val) group_x.push(obj); findClass(obj,val); return group_x;};function findClass(obj,val){  var i=0; var robj = obj.childNodes; while(robj[i]){   if(robj[i].className == val) group_x.push(robj[i]);  findClass(robj[i],val);  i++; };};function checkSearch(f){ if(!f.q.value) {alert("Please input the Search Keyword");f.q.focus();return false;};location.href="/services/search/google.html?term="+f.q.value;};window.setTimeout("location.reload();",1200000);