function DoScreenshot(product, filename) {
	var url = "images/screenshot/actual/" + filename;		
	
	document.getElementById("screenshotimage").innerHTML = "<img src='" + url + "' style='margin:10px 0 0 0;' />";	
	
	quickshow('overlay'); 
	Effect.Appear('dialog', {duration:0.4});
}

function DoJoinPopup(tab) {quickshow('panel'+tab); Effect.Appear('dialog'+tab, {duration:0.4});}