<!-- 
Event.observe(window,'load',createEventHandler,false);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  var mytarget;
  mytarget = window.open(theURL,winName,features);
  mytarget.focus();
}

function createEventHandler(){
	var temp;
	if($('pichi_btn') != null){
		Event.observe($('pichi_btn'),'mouseover',function(){
			temp = $('pichi_btn').src;
			$('pichi_btn').src = '/wp-content/themes/forwedding/images/p_ichiran_ov.gif';
		});
		Event.observe($('pichi_btn'),'mouseout',function(){$('pichi_btn').src = temp;});
	}
	if($('mailbtn') != null){
		Event.observe($('mailbtn'),'mouseover',function(){
			temp = $('mailbtn').src;
			$('mailbtn').src = '/wp-content/themes/forwedding/images/mail_ov.gif';
		});
		Event.observe($('mailbtn'),'mouseout',function(){$('mailbtn').src = temp;});
	}
	if($('pmoushi_btn') != null){
		Event.observe($('pmoushi_btn'),'mouseover',function(){
			temp = $('pmoushi_btn').src;
			$('pmoushi_btn').src = '/wp-content/themes/forwedding/images/partner_reg_ov.gif';
		});
		Event.observe($('pmoushi_btn'),'mouseout',function(){$('pmoushi_btn').src = temp;});
	}
	if($('moushibtn') != null){
		Event.observe($('moushibtn'),'mouseover',function(){
			temp = $('moushibtn').src;
			$('moushibtn').src = '/wp-content/themes/forwedding/images/moushikomi_ov.jpg';
		});
		Event.observe($('moushibtn'),'mouseout',function(){$('moushibtn').src = temp;});
	}
	if($('moushibtn2') != null){
		Event.observe($('moushibtn2'),'mouseover',function(){
			temp = $('moushibtn2').src;
			$('moushibtn2').src = '/wp-content/themes/forwedding/images/moushikomi_ov.jpg';
		});
		Event.observe($('moushibtn2'),'mouseout',function(){$('moushibtn2').src = temp;});
	}
	if($('moushibtn4') != null){
		Event.observe($('moushibtn4'),'mouseover',function(){
			temp = $('moushibtn4').src;
			$('moushibtn4').src = '/wp-content/themes/forwedding/images/moushikomi_ov.jpg';
		});
		Event.observe($('moushibtn4'),'mouseout',function(){$('moushibtn4').src = temp;});
	}
	if($('partner_btn') != null){
		Event.observe($('partner_btn'),'mouseover',function(){
			temp = $('partner_btn').src;
			$('partner_btn').src = '/wp-content/themes/forwedding/images/partner_ov.gif';
		});
		Event.observe($('partner_btn'),'mouseout',function(){$('partner_btn').src = temp;});
	}	
	if($('moviebtn') != null){
		Event.observe($('moviebtn'),'mouseover',function(){
			temp = $('moviebtn').src;
			$('moviebtn').src = '/wp-content/themes/forwedding/images/movie_ov.gif';
		});
		Event.observe($('moviebtn'),'mouseout',function(){$('moviebtn').src = temp;});
		Event.observe($('moviebtn'),'click',function(){MM_openBrWindow('/items/weddingmovie.html','','width=740,height=478');});
	}
	
}
-->