
	function clicklicense(url){
		var answer = confirm ("The sole authorized use of this material is for personal, noncommercial use as a screensaver, desktop wallpaper or instant messenger icon. Distribution, copying, resale, or any other use is prohibited. These materials are provided \"as is\" without warranties of any kind. SCEA, its parent companies, subsidiaries and affiliates disclaim all warranties, either express or implied including but not limited to, warranties of merchantability and of fitness for a particular purpose.  Except to the extent prohibited by applicable laws, SCEA, its parent companies, subsidiaries and affiliates shall not be liable for any damages, including special, incidental, indirect, or consequential damages, fees or loss arising out of the use or inability to use these materials. \n\nBy clicking OK, you accept this limited license.")
		if (answer) {
		//PSTrackPage(url, "Download")
		window.location.href = url
		}
	}

	function showwp(url, xdim, ydim) {
		wallpaper = window.open("showwp.asp?image="+url,"wp","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width="+xdim+",height="+ydim+"");
	}

	function showaim(img) {
		MyWindow=window.open('showaim.asp?image='+img,'MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=530,height=350');
	}
	
	function showss(file) {
		MyWindow=window.open('showss.asp?file='+file,'MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=530,height=350');
	}
	
	function showvid_wmv(file, xdim, ydim) {
		MyWindow=window.open("showvid_wmv.asp?file="+file+"&w="+xdim+"&h="+ydim,"wp","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=525,height=425");
	}	
	
	function showvid_mov(file, xdim, ydim) {
		MyWindow=window.open("showvid_mov.asp?file="+file+"&w="+xdim+"&h="+ydim,"wp","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=525,height=400");
	}
	
	function showpsp(file) {
		MyWindow=window.open('showpsp.asp?file='+file,'MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=530,height=350');
	}
