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

function PopupPic(PathToPopUPfile, sPicURL) {
	return window.open( PathToPopUPfile+"?"+sPicURL, "seasonpic", "resizable=1,HEIGHT=600,WIDTH=800");
}

function Popup(PathToPopUPfile, width, height) {
	return window.open( PathToPopUPfile, "season", "scrollbars=yes,resizable=1,HEIGHT="+height+",WIDTH="+width);
}

