// img swap on mouseover or mouseout [ M010.inc.php, H010.inc.php ]----------------------------------

var imageSet = new Array('px_blank','cm01','cm02','cm03','cm04','cm05','cm06','cm07','cm08','cm09','cm10','T0001_I01_01','T0001_I01_02','T0001_I01_03','T0001_I01_04','T0001_I01_05');
var imageDir = 'index/img/';

function swappy (i,t) {
	document.images[t].src=imageDir+imageSet[i]+'.gif';
}

// ext win in object detail view [C020.inc.php] -----------------------------------------------------

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
