
	function mOW(fn) {
	var B_window;
		B_window = window.open(fn,'text',"scrollbars=yes,resizable=yes,width=620,height=640");
		B_window.focus();
	}

	window.name = "B_home";
	
	function mOW1(fn) {
	var B_window;
		B_window = window.open(fn,'text',"scrollbars=yes,resizable=yes,width=620,height=400");
		B_window.focus();
	}

	window.name = "B_home";
	
	function mOW2(fn) {
	var B_window;
		B_window = window.open(fn,'text',"scrollbars=yes,resizable=yes,width=400,height=250");
		B_window.focus();
	}

	window.name = "B_home";
	
	function mOW3(tb) {
	var TB_window;
		TB_window = window.open(tb,'text',"scrollbars=yes,resizable=yes,width=620,height=640");
		TB_window.focus();
	}

	window.name = "TB_home";
