

function popup_gallery (id)
{
	window.open (id + '-1.html', '', 'width=720, height=600');
}
function popup_galleryx (id)
{
	window.open (id, '', 'width=720, height=600');
}
