// JavaScript Document
<!--
function fnc_Rollover(id, img)
{
	document.getElementById(id).src = '/common/images/header/' + img;
}
//-->
