// tricos.de V5.0 JavaScript SourceCode
// (c) 2006 by tricos media. All rights reserved.
// [TCB] 18.02.2006 15:54:21

var mainProjectDomain="www.tricos.de";

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;
}

