
function swapimg(x,y) {
	document.images[y].src = eval(x + ".src");
}

function newWin(pagetoopen)
{
	nw = open(pagetoopen, 'nw');
	nw.focus();
}

