function _vs_popup_win(url, wid, ht){    var win;    ht  = ht  || 600;    wid = wid || 650;    win = window.open(url, 'VSPOPUP', "toolbar=no,status=no,location=no,menubar=no,"+        "resizable=yes,scrollbars=yes,height=" + ht + ",width=" + wid, 'yes');    win.opener = self;    win.focus();    win.location = url;}
var vsdom = "http://www.freeborders.com/"
document.write('<SCR' + 'IPT SRC="' + vsdom + 'Tes' + 'tsit' + 'e/Scripts/' + 'AC_RunInActiveContent' + '.js"></SCR' + 'IPT>');

function openNewWindow() {
 popupWin = window.open('http://www.freeborders.com/','open_window','menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=auto, resizable=no, dependent, width=640, height=480, left=100, top=100')
}

function DomMenu(){
 if(navigator.appVersion.indexOf("MSIE")==-1){return;}
 var i,k,g,lg,r=/\s*hovr/,nn='',c,cs='hovr',bv='menubar';
 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;}
}