/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

function newWindow(fullIMG,theWidth,theHeight,WinName) {
	theHeight = theHeight + 20
	theWidth = theWidth + 20
	ImageWindow = window.open(fullIMG, WinName,'toolbar=no, location=no, directories=no, status=no, menu scrollbars=no, bar=no, resizable=yes, left=50, top=40, width=' + theWidth + ',height=' + theHeight)
}

function antispam(user, domain, extension, subject) {
	document.write('<a href=\"mailto:' + user + '@' + domain + '.' + extension + '?subject=' + subject + '\">');
	document.write(user + '@' + domain + '.' + extension);
	document.write('</a>')
}