// morgellons V1.0 JavaScript SourceCode
// (c) 2006 by tricos media. All rights reserved.
// [TCB] 30.06.2006 05:29:58

var mainProjectDomain="www.morgellons.eu";

function doPopup(url, width, height)
{
	tspopmywin=window.open(url, 'tsPopup', 'width='+width+',height='+height+',directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no');
	tspopmywin.focus();
}

function swapImage(img, src)
{
	document.images[img].src="images/"+src;
}

