function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function newWindow(entryhtml) {
		entryWindow = window.open(entryhtml, "entryWin", "width=750,height=500,left=0,top=0,scrollbars=yes,resize=yes,toolbar=no")
		entryWindow.focus();
	}

function newWindowa(wingalleryhtml) {
		wingalleryWindow = window.open(wingalleryhtml, "wingalleryWin", "width=750,height=700,left=50,top=50,scrollbars=yes,resize=yes,toolbar=no")
		wingalleryWindow.focus();
	}
