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


function newWindow(windows2005html) {
		windows2005Window = window.open(windows2005html, "windows2005Win", "width=650,height=,left=100,top=90,scrollbars=yes,resize=no,toolbar=no")
		windows2005Window.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();
	}