function opener(page) { 
	newWindow = window.open(page,"subWind","HEIGHT=250,WIDTH=575,TOP=10,LEFT=10,SCREENX=10,SCREENY=10");
	newWindow.focus();
}
