// playground V1.0 JavaScript SourceCode
// (c) 2006 by tricos media. All rights reserved.
// [TCB] 16.07.2006 17:30:28

var mainProjectDomain="playground.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;
}


