
var isNetscape = (navigator.appName.indexOf('Netscape') != -1);
var isOpera    = (navigator.userAgent.indexOf('Opera') != -1);
var isIE       = (!isOpera && navigator.userAgent.indexOf('MSIE') != -1);



function popup_postenet(url, withtoolbar) {
var a;
if ( withtoolbar==undefined )
withtoolbar = 'yes';
a=window.open(url,'_blank','toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=770,height=550,titlebar=no');
}

function menuSelect(elemId) {
var elementDeReference = document.getElementById(elemId);
if (elementDeReference != null && elementDeReference.className == "")  {
   elementDeReference.className = "selected";
  }
}
				
function f6_popup0(s){
 window.open(s, '_blank', 'toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes,width=800,height=600'); return false;
} 

function f6_tracking(zurl, zone) {
   var zxtPage =  getPage(zurl);
    var zxtN2 = n2_idx;
    if (zone && zone != '') 
        xt_med("C", zxtN2, zone, "N");
    else 
        xt_med("C", zxtN2, zxtPage, "N");
}

function f6_popup(s){
f6_tracking(s);
f6_popup0(s);
} 

function f6_goto(zurl){
  var xtname = getPage(zurl);
  var zxtn2 = n2_idx; 
  xt_med('C',  zxtn2 ,  xtname , 'N');
}

function f6_goto_zone(zone, zurl) {
  var xtname = getPage(zurl);
  var zxtn2 = n2_idx; 
  xt_med('C',  zxtn2 ,  zone , 'N');
}
