<!--
function MM_openBrWindow(URL){

	pointY= (screen.height -620) / 2;
	pointX= (screen.width - 450) / 2;

	newWindow=window.open(URL,"color","width=450,height=620 , left="+ pointX + ", top="+pointY);
	setTimeout("newWindow.focus();",1);
}

function MM_openBrWindow2(URL){

	pointY= (screen.height -560) / 2;
	pointX= (screen.width - 510) / 2;

	newWindow=window.open(URL,"color","width=510,height=560 , left="+ pointX + ", top="+pointY);
	setTimeout("newWindow.focus();",1);
}

function imgChange(linkName,imgName){
	document.images[linkName].src = imgName;	
}

//-->


