﻿var maxW,maxH,fromX,fromY,toX,toY,adjX,adjY,zBox,zStep=0,zLink,zNew;

function jsPopUp(sUrl, nWidth, nHeight) {
	var wndPopup=window.open(sUrl,'newwindow','toolbar = no, width = ' + nWidth + ', height = ' + nHeight );
	wndPopup.focus();
}

function ShowYear() {
	var d=new Date(); 
	yr=d.getFullYear();
	if (yr!=2004)
	document.write("- "+yr);
}
function ShowEmail() {
	var sEmail='theBlueLightning.com';
	sEmail=('info' + '@' + sEmail);
	document.write('<A class="NAV" href="mailto:' + sEmail + '">' + sEmail + '</a>');
}