new Image().src = 'http://www.morpheussoftware.net/img/free-download-over-a.png';
new Image().src = 'http://www.morpheussoftware.net/img/buy-now-over-a.png';

function downloadOver() {
	document.getElementById('download').src = 'http://www.morpheussoftware.net/img/free-download-over-a.png';
}
function downloadOut() {
	document.getElementById('download').src = 'http://www.morpheussoftware.net/img/free-download-a.png';
}

function purchaseOver() {
	document.getElementById('purchase').src = 'http://www.morpheussoftware.net/img/buy-now-over-a.png';
}
function purchaseOut() {
	document.getElementById('purchase').src = 'http://www.morpheussoftware.net/img/buy-now-a.png';
}

function GreyBevelHover(e) {
	e.style.background = '#e8e8e8';
	e.style.cursor = "pointer";
	/*@cc_on @if(@_jscript_version <= 5.5) e.style.cursor = "hand"; @end @*/
}
function GreyBevelOut(e) {
	e.style.backgroundColor = '';
	e.style.cursor = "";
}

function screenshot(p, n) {
	var w = window.open("/"+p+"/screenshot.php?img=ss"+n+"Big.png","screenshot","width=1040,height=784,left=0,top=0");
	w.focus();
}

