function popup(page,height,width) {
	window.open(page, 'popup', 'height='+height+',width='+width+',status=no,toolbar=no,menubar=no,location=no');
}

function popupGallery(page) {
	window.open(page, 'popup', 'width=806,height=694');
}
