function MM_openBrWindow(theURL,winName,features) { //v1.2

  window.open(theURL,winName,features);

}
		function popup(url, w, h)
		{
			var width = 547;
			var height = 430;
			if (w)
			{
				width = w;
			}
			if (h)
			{
				height= h;
			}
			window.open(url, "pop", "height=" + height + ",width=" + width + ",statusbar=no,menubar=no,resizable=no");
		}