﻿// generated by H2G Internetagentur, CH-Aarau, www.h2g.ch, Jul09

// Hover Functions of Menu Buttons
function Over(num){
	document.getElementById('b'+num).src='/img/b_'+num+'_a.gif';
}
function Out(num){
	document.getElementById('b'+num).src='/img/b_'+num+'.gif';
}
