function popup(page, vwidth, vheight) {
	var params = "status = 0, height = " + vheight + ", width = " + vwidth + ", resizable = 0, scrollbars = 1";
	window.open( page, "popup", params );
}