	var localRoot = "";
	
	function launchPopup(URL, xSize, ySize) {
		var features = "menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,width=" + xSize + ",height=" + ySize;
		window.open(URL, "win", features);
	}


	function launchWallpaper(imgName, cid) {
	
		var features = "menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no";
		//window.open(localRoot + "wallpaper.html?cid=" + cid + "&image="+imgName);
		window.open("wallpaper.html?cid=" + cid + "&image="+imgName);
	}


	function trailerAd() {
	
		var trailerPage = document.getElementById('trailerPage');
		
		var axel = Math.random()+"";
		var a = axel * 10000000000000;
		
		var inner = '<IMG SRC="http://ad.doubleclick.net/activity;src=862723;type=eight149;cat=eight290;ord=1;num='+ a + '?" WIDTH=1 HEIGHT=1 BORDER=0>';
		
		trailerPage.style.display = 'none';
		trailerPage.innerHTML = inner;

	}
