var top_url = 'http://www.tennis.grangesvalais.ch/';

function window_photo(path) {
	photo = window.open(top_url + 'photo.htm?' + path, 'photo', 'menubar=0,toolbar=0,resizeable=0,scrollbars=1,height=450,width=610,left=5,top=5');
	photo.focus();
}

function window_photo2(path) {
	photo = window.open(top_url + 'photo2.htm?' + path, 'photo', 'menubar=0,toolbar=0,resizeable=0,scrollbars=1,height=450,width=610,left=5,top=5');
	photo.focus();
}