function initBTN(){
	var Tabs = document.getElementById('menu').getElementsByTagName('img');
	for(i=0;i<Tabs.length;i++){
		Tabs[i].style.cursor = "pointer";
	}
}

function Dsp2003Flash(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.#version=5,0,30,0" height="430" width="550">');
	document.write('<param name="movie" value="photo.swf">');
	document.write('<param name="quality" value="best">');
	document.write('<param name="play" value="true">');
	document.write('<embed height="430" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="photo.swf" type="application/x-shockwave-flash" width="550" quality="best" play="true">');
	document.write('</object>');
}

function Show2007() {
	document.getElementById('main_2007').style.display = "block";
	document.getElementById('main_2003').style.display = "none";
	document.getElementById('tab2007').src = "images/tab_2007on.gif";
	document.getElementById('tab2003').src = "images/tab_2003off.gif";
}

function Show2003() {
	document.getElementById('main_2007').style.display = "none";
	document.getElementById('main_2003').style.display = "block";
	document.getElementById('tab2007').src = "images/tab_2007off.gif";
	document.getElementById('tab2003').src = "images/tab_2003on.gif";
}
