///////////////////////////////////////
// common.js
///////////////////////////////////////

function mmOver(num) {
	if (el=document.getElementById('m'+num)) {
		el.style.background='background: url(img/t_bg_mm_arrow_ov.gif) top center no-repeat';
	}
}

function mmOut(num) {
	if (el=document.getElementById('m'+num)) {
		el.style.background='background: url(img/t_bg_mm_arrow.gif) top center no-repeat';
	}
}

function mmClick(thislink) {
	window.open(thislink,'_self');
}