function SwapImage(elem, img)
{
	document[elem].src = img;
	//document[elem].src = img.src;
}

function openBrWindow(theURL,winName,features) 
{	
	window.open(theURL,winName,features);
}
