function NewWindow(popPage,SizePos) {
winPopUp=document.open(popPage,"_blank",SizePos);
	winPopUp.document.close();
}
