function DoScreenshot(product, filename) {
	var url = "/assets/graphics/screenshots/" + product + "/large/" + filename;
	
	var rburl = "http://download.uniblue.com/ub/main/rb/registrybooster.exe";
	var spurl = "http://download.uniblue.com/ub/main/sp/speedupmypc3.exe";
	var seurl = "http://download.uniblue.com/ub/main/se/spyeraser.exe";
	var psurl = "http://www.liutilities.com/products/store/order/scesd/";
	var wtprourl = "http://www.liutilities.com/products/store/order/wtproesd/";
	var wburl = "http://www.liutilities.com/products/trial/wbform/";
	
	document.getElementById("screenshotimage").innerHTML = "<img src='" + url + "' style='margin:20px 0 0 0;' />";
	
	switch (product) {
		case "rb" :	
			document.getElementById("screenshotdownload").innerHTML = "<a href='" + rburl + "'><img src='/assets/graphics/buttons/but-shot-get.gif'></a>";
			break;
			
		case "sp" :
			document.getElementById("screenshotdownload").innerHTML = "<a href='" + spurl + "'><img src='/assets/graphics/buttons/but-shot-get.gif'></a>";
			break;
			
		case "se" :
			document.getElementById("screenshotdownload").innerHTML = "<a href='" + seurl + "'><img src='/assets/graphics/buttons/but-shot-get.gif'></a>";
			break;
			
		case "ps" :	
			document.getElementById("screenshotdownload").innerHTML = "<a href='" + psurl + "'><img src='/assets/graphics/buttons/but-shot-buy.gif'></a>";
			break;
			
		case "wtpro" :	
			document.getElementById("screenshotdownload").innerHTML = "<a href='" + wtprourl + "'><img src='/assets/graphics/buttons/but-shot-buy.gif'></a>";
			break;
			
		case "wb" :	
			document.getElementById("screenshotdownload").innerHTML = "<a href='" + wburl + "'><img src='/assets/graphics/buttons/but-shot-try.gif'></a>";
			break;

		case "st" :	
			document.getElementById("screenshotdownload").innerHTML = "";
			break;			
			
		case "pp" :	
			document.getElementById("screenshotdownload").innerHTML = "";
			break;						
	}
	


	
	switch (product) {
		case "rb" :	
			document.getElementById("screenshotdescription").innerHTML = "<br>RegistryBooster is the most advanced registry cleaner available on the market.<br>Click the green button to try a FREE scan now.";
			break;
			
		case "sp" :
			document.getElementById("screenshotdescription").innerHTML = "<br>SpeedUpMyPC ensures your PC is automatically optimized for maximum performance <br>in just a few easy clicks.Click the green button to try a FREE scan now.";
			break;
			
		case "se" :
			document.getElementById("screenshotdescription").innerHTML = "<br>SpyEraser - Protect your PC against privacy threats with the award-winning SpyEraser.<br>Click the green button to try a FREE scan now.";
			break;
			
		case "ps" :	
			document.getElementById("screenshotdescription").innerHTML = "<br>PowerSuite - One advanced yet simple solution delivering improved information security, maximized computer performance and increased system stability. Click the orange button to purchase now.";
			break;
			
		case "wtpro" :	
			document.getElementById("screenshotdescription").innerHTML = "<br>WinTasks 5 - The ultimate power utility software that arms users with a comprehensive set of tools to put them in full control of their computer. Click the orange button to purchase now.";
			break;
			
		case "wb" :	
			document.getElementById("screenshotdescription").innerHTML = "<br>WinBackup 2 - Complete security for all your important data with this top performing data <br>backup and recovery program. Click the orange button to purchase now.";
			break;

		case "st" :	
			document.getElementById("screenshotdescription").innerHTML = "<br>SystemTweaker - The easy way to control your PC.<br/>";
			break;
			
		case "pp" :	
			document.getElementById("screenshotdescription").innerHTML = "<br>PixelPerfect - Complete security for all your important data with this top performing data <br>backup and recovery program. Click the orange button to purchase now.";
			break;
	}
	
	
	quickshow('overlay'); 
	Effect.Appear('dialog', {duration:0.4});
}

function DoPopup() {quickshow('download-background'); Effect.Appear('download-panel', {duration:0.4});}