// JavaScript Document

function popWindow(whichURL, height, width) {
	window.open( whichURL, "myWindow", 
	"status = 1, height ="+height+", width ="+width+", resizable = 0" )
}