// JavaScript Document
function popup(p,h){
	pic = p + '.html';
	window.open(pic,'ZM', 'width=500,height=' + h + '');
	return false;
}
