<!--
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
	if(InternetExplorer){
		document.write("<link rel=\"stylesheet\" href=\"css\/ie_style.css\" type=\"text\/css\">");

	}else{
		document.write("<link rel=\"stylesheet\" href=\"css\/ns_style.css\" type=\"text\/css\">");

	}
// Path to images directory
var gsPath    = "images/";

function imgOff(sName) {
	if (document.images) {
		if(document[sName].src.indexOf("jpg")!=-1){
			document[sName].src = gsPath + sName + "http://movies.apple.com/trailers/columbia/badboys2/js/_off.gif";
		}else{
			document[sName].src = gsPath + sName + "http://movies.apple.com/trailers/columbia/badboys2/js/_off.gif";
		}
		
	}
}

function imgOn(sName) {
	if (document.images) {
		if(document[sName].src.indexOf("jpg")!=-1){
			document[sName].src = gsPath + sName + "http://movies.apple.com/trailers/columbia/badboys2/js/_on.gif";
		}else{
			document[sName].src = gsPath + sName + "http://movies.apple.com/trailers/columbia/badboys2/js/_on.gif";
		}
	}
}
function popup(sUrl,w,h) 
{
  var oNewWin = window.open(sUrl, '', 'resizable=1,scrollbars=0,titlebar=0,toolbars=0,margin=0,status=0,height='+h+',width='+w);
  return;
}

//-->
