function setMaxWidth()
{
   document.getElementById("placeholder").style.maxWidth="1280px";

}

function trackclick(url, aid, atxt) {
    if(document.images){ 
        (new Image()).src="http://uberant.com/out.php?url="+url+
        "&id="+aid+"&atxt="+atxt+"&loc="+document.location; 
    } 
    return true;
}

function popitup(url) {
	newwindow=window.open(url,'name','height=250,width=250');
	if (window.focus) {newwindow.focus()}
	return false;
}

var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Blog", "http://admin.uberant.com/blogs/uberant-news/"],
	["Links", "http://admin.uberant.com/topsites/uberant-links/"] //no comma following last entry!
]


<!--
/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
function P7_ExpMenu(){ //v1.1.0.2 by PVII-www.projectseven.com
 if(navigator.appVersion.indexOf("MSIE")==-1){return;}
 var i,k,g,lg,r=/\s*p7hvr/,nn='',c,cs='p7hvr',bv='p7menubar';
 for(i=0;i<10;i++){g=document.getElementById(bv+nn);if(g){
 lg=g.getElementsByTagName("LI");if(lg){for(k=0;k<lg.length;k++){
 lg[k].onmouseover=function(){c=this.className;cl=(c)?c+' '+cs:cs;
 this.className=cl;};lg[k].onmouseout=function(){c=this.className;
 this.className=(c)?c.replace(r,''):'';};}}}nn=i+1;}
}
-->

