function NewOpen (URL) {
	window.open(URL,"MAP","width=340,height=510,scrollbars=1,toolbar=0,resizable=1");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}
