<!--
	function fifties() {
		window.location.href = ""
	}

	function sixties() {
		window.location.href = ""
	}
	
	function seventies() {
		window.location.href = ""
	}
	function eighties() {
		window.location.href = ""
	}

	function nineties() {
		window.location.href = ""
	}

	function presentDay() {
		window.location.href = ""
	}
	
	function blankWindow(img, era, w, h, t, title, tosh) {
		var winHeight = h+t;
		var winWidth  = w+20;
		if (screen.height < winHeight+50) { 
			winHeight = screen.height-50;
			winWidth += 15;
		}
		var win = window.open('', '', 'width='+winWidth+', height='+winHeight+', left=0, top=0, scrollbars=1, resizable=1');
		win.document.write('<html><head><title>'+era+'<\/title><link rel="stylesheet" href="../scripts/globalStyle.css" type="text/css"><\/head><body><table align="center" bgcolor="#ffffff" cellspacing="0" border="0"><tr><td align="center"><img src='+img+' alt="" width='+w+' height='+h+'><\/td><\/tr><tr><td><div style="font-family: Helvetica;font-size: 12pt; line-height: 24pt; color: #2369fd; text-decoration: none; text-align: center;">'+title+'<\/div><div style="width: '+w+'px; text-align: justify; font-family: Helvetica; font-size: 10pt; line-height: 12pt; text-decoration: none; color: #707070;"><br>'+tosh+'<\/div><\/td><\/tr><tr><td align=\"center\"><a class=\"zoom\" href=\"javascript:window.close()\">Close Window<\/a><\/td><\/tr><\/table><\/body><\/html>');

		win.document.close();
		//win.focus();
		return false;
	}
		
function obfuscate() {
	var obf0 = "mai";
	var obf1 = "lto";
	var obf2 = ":po";
	var obf3 = "stb";
	var obf4 = "ox@";
	var obf5 = "pat";
	var obf6 = "-al";
	var obf7 = "bec";
	var obf8 = "k.c";
	var obf9 = "o.uk";
	var obfHref = obf0 + obf1 + obf2 + obf3 + obf4 + obf5 + obf6 + obf7 + obf8 + obf9;
	document.getElementById('contactMe').href = obfHref;
}

/*function mg() {
	document.write('<br><img src="../images/glass.gif" alt="+" class="ig"><span style=\"font-size:7pt;color:#707070; position:relative; top: -15px; left:-16px;\">(Click to enlarge)</span>');
}*/

function mg() {
	document.write('<br><img src="../images/glass.gif" alt="+" class="ig"><span style=\"font-size:7pt;color:#707070; line-height: 7pt; position:relative; top: -5px; left:-16px;\">(Click to enlarge)</span>');
}

//-->	
