var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")

if (document.images){
	hda0=new Image (130,111);
	hda0.src="images/b.gif";

	hda1=new Image (130,111);
	hda1.src="images/hda1.gif";

	hda2=new Image (130,111);
	hda2.src="images/hda2.gif";

	hda3=new Image (130,111);
	hda3.src="images/hda3.gif";

	hda4=new Image (130,111);
	hda4.src="images/hda4.gif";

	hda5=new Image (130,111);
	hda5.src="images/hda5.gif";

	hda6=new Image (130,111);
	hda6.src="images/hda6.gif";

	hda8=new Image (130,111);
	hda8.src="images/hda8.gif";

	hda9=new Image (130,111);
	hda9.src="images/hda9.gif";

	hda11=new Image (130,111);
	hda11.src="images/hda11.gif";

	hda13=new Image (130,111);
	hda13.src="images/hda13.gif";

	hda15=new Image (130,111);
	hda15.src="images/hda15.gif";

	hda16=new Image (130,111);
	hda16.src="images/hda16.gif";

	for (i=1; i<=16; i++){
		eval('hda'+i+'=new Image (130,111)');
		eval('hda'+i+'.src="images/hda'+i+'.gif"');
	}
}

function MO(imgid,imgnew) {
	if (document.images) {
		document.images[imgid].src=eval(imgnew + ".src");
	}
}
