// JavaScript Document
function menu (target1, target2) {
	cont.location=target1+'.html';
	cont2.location=target2+'.html';
}