	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() {
	

	}
