
	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=500,height=360");
		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";

	function mOW4(fn) {
	var B_window;
		B_window = window.open(fn,'text',"scrollbars=yes,resizable=yes,width=920,height=650");
		B_window.focus();
	}

	window.name = "B_home";
	
		function mOW5(fn) {
	var B_window;
		B_window = window.open(fn,'text',"scrollbars=yes,resizable=yes,width=700,height=650");
		B_window.focus();
	}

	window.name = "B_home";
	
	
// from invnet. 

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function toPayArea(){
	location.href = location.href.replace("\/free\/","\/");
}
