function selectWin(source)
{
	newWin = window.open(source,'','height=280' + ',width=350' + ',top=150,left=300');
}	
			
function showImage(image) 
{
	document.getElementById("scPlaceholder").src= "http://coolcoolriver.com/images/screenshots/" + image + ".jpg";
}