// JavaScript Document

function popUp(page, w, h) {

		window.open(page, "mywindow", "location=0, status=0, scrollbars=0, width="+w+", height="+h );
	
}
