	m1off = new Image;
	m2off = new Image;
	m3off = new Image;
	m4off = new Image;
	m1off.src = 'img/menu1.gif';
	m2off.src = 'img/menu2.gif';
	m3off.src = 'img/menu3.gif';
	m4off.src = 'img/menu4.gif';

	m1h = new Image;
	m2h = new Image;
	m3h = new Image;
	m4h = new Image;
	m1h.src = 'img/menu1h.gif';
	m2h.src = 'img/menu2h.gif';
	m3h.src = 'img/menu3h.gif';
	m4h.src = 'img/menu4h.gif';

function photo(p,w,h) {
	vi = window.open('/cgi-bin/stamp.php?'+p,'n','titlebar = no, width='+w+',height='+(h+50))
	vi.focus()
}

function scheme(p,w,h) {
	vi = window.open('/img/'+p,'n','titlebar = no, width='+w+',height='+h)
	vi.focus()
}


