// JavaScript Document

function openPop(pageName){
	window.open(pageName+".htm","","width=625, height=635")	
}