function hoverBtnFindOutMore() {
	if($.browser.msie && $.browser.version == 6.0)
		$(this).find('img').prop('src', 'images/btnFindOutMore_hover.gif');
	else
		$(this).find('img').prop('src', 'images/btnFindOutMore_hover.png');
}
function leaveBtnFindOutMore() {
	if($.browser.msie && $.browser.version == 6.0)
		$(this).find('img').prop('src', 'images/btnFindOutMore.gif');		
	else
		$(this).find('img').prop('src', 'images/btnFindOutMore.png');
}
function hoverBoxFindOutMoreButton() {
	if($.browser.msie && $.browser.version == 6.0)
		$(this).find('img').prop('src', 'images/smallBtnFindOutMore_hover.gif');
	else
		$(this).find('img').prop('src', 'images/smallBtnFindOutMore_hover.png');
}
function leaveBoxFindOutMoreButton() {
	if($.browser.msie && $.browser.version == 6.0)
		$(this).find('img').prop('src', 'images/smallBtnFindOutMore.gif');
	else
		$(this).find('img').prop('src', 'images/smallBtnFindOutMore.png');
}
