
var os = navigator.platform;

if (navigator.userAgent.toLowerCase().indexOf("safari") != -1 || (os != 'MacPPC' && navigator.appName == "Netscape"))
{ 
   document.write("<link rel=\"stylesheet\" href=\"/includes/stylespcns.css\" type=\"text/css\">");
}
else
{
   document.write("<link rel=\"stylesheet\" href=\"/includes/styles.css\" type=\"text/css\">");
}

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

function CreateControl(DivID, WIDTH, HEIGHT, URL) {
   var d = document.getElementById(DivID);
   d.innerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + WIDTH + '" height="' + HEIGHT + '"><param name="movie" value="' + URL + '"><param name="quality" value="high"><embed src="' + URL + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + WIDTH + '" height="' + HEIGHT + '"></embed></object>';
}
