var n=navigator.appName
var ns=(n=="Netscape")
var ie=(n=="Microsoft Internet Explorer")

if (navigator.userAgent.indexOf('Opera') != -1) {
	document.write('<link href="/css/netpulse_style_Op.css" type=text/css rel=stylesheet>')
}

else if (ie)
{
	//alert(n);
	document.write('<link href="/css/netpulse_style_IE.css" type=text/css rel=stylesheet>')
}
else if (ns)
{
	//alert(n);
	document.write('<link href="/css/netpulse_style_NS.css" type=text/css rel=stylesheet>')
}
else 
{
	//alert(n);
	document.write('<link href="/css/netpulse_style.css" type=text/css rel=stylesheet>')
}

function popupwindow(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=312,height=100,left=350,top=350');");
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
