function open_popup() {
			  wnd = window.open("fiera.htm","MCE","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=748,height=127");

					

			  wnd.focus();
			}

			open_popup();
