
function launch(page,w, h) {
	features = "width=" + w + ",height=" + h +
			 ",menubar=no,toolbar=no,scrollbars=no,resizable=no,top=50,left=100";	window.open(page, "",features); 
}
