function mOver(strWhich) 
{
	if(strWhich)
	{
		strLastOver = strWhich;
		document.images[strWhich].src = eval(strWhich + "_on.src");
	} 
	else
	{
		document.images[strLastOver].src = eval(strLastOver + "_off.src");
	}
}

imgFullDownload_off = new Image(); imgFullDownload_off.src = "images/btn_normal.jpg";
imgFullDownload_on = new Image(); imgFullDownload_on.src = "images/btn_over.jpg";
imgCheckComputer_off = new Image(); imgCheckComputer_off.src = "images/btn_normal.jpg";
imgCheckComputer_on = new Image(); imgCheckComputer_on.src = "images/btn_over.jpg";
infoSuperSlyder_off = new Image(); infoSuperSlyder_off.src = "images/btn_info1.jpg";
infoSuperSlyder_on = new Image(); infoSuperSlyder_on.src = "images/btn_info2.jpg";
infoSerpentine_off = new Image(); infoSerpentine_off.src = "images/btn_info1.jpg";
infoSerpentine_on = new Image(); infoSerpentine_on.src = "images/btn_info2.jpg";
infoGoogle_off = new Image(); infoGoogle_off.src = "images/btn_info1.jpg";
infoGoogle_on = new Image(); infoGoogle_on.src = "images/btn_info2.jpg";
infoGallery_off = new Image(); infoGallery_off.src = "images/btn_info1.jpg";
infoGallery_on = new Image(); infoGallery_on.src = "images/btn_info2.jpg";
infoETrust_off = new Image(); infoETrust_off.src = "images/btn_info1.jpg";
infoETrust_on = new Image(); infoETrust_on.src = "images/btn_info2.jpg";
infoOnFolio_off = new Image(); infoOnFolio_off.src = "images/btn_info1.jpg";
infoOnFolio_on = new Image(); infoOnFolio_on.src = "images/btn_info2.jpg";
infoPhotoSite_off = new Image(); infoPhotoSite_off.src = "images/btn_info1.jpg";
infoPhotoSite_on = new Image(); infoPhotoSite_on.src = "images/btn_info2.jpg";
infoTimeZone_off = new Image(); infoTimeZone_off.src = "images/btn_info1.jpg";
infoTimeZone_on = new Image(); infoTimeZone_on.src = "images/btn_info2.jpg";
infoPostIt_off = new Image(); infoPostIt_off.src = "images/btn_info1.jpg";
infoPostIt_on = new Image(); infoPostIt_on.src = "images/btn_info2.jpg";
infoPayPal_off = new Image(); infoPayPal_off.src = "images/btn_info1.jpg";
infoPayPal_on = new Image(); infoPayPal_on.src = "images/btn_info2.jpg";
infoUFD_off = new Image(); infoUFD_off.src = "images/btn_info1.jpg";
infoUFD_on = new Image(); infoUFD_on.src = "images/btn_info2.jpg";
infoInstall1_off = new Image(); infoInstall1_off.src = "images/btn_info1.jpg";
infoInstall1_on = new Image(); infoInstall1_on.src = "images/btn_info2.jpg";
infoInstall2_off = new Image(); infoInstall2_off.src = "images/btn_info1.jpg";
infoInstall2_on = new Image(); infoInstall2_on.src = "images/btn_info2.jpg";

function launchDesc(url)
{
	window.open("desc/" + url,"","width=750,height=600,resizeable=yes,scrollbars=yes");
}