if (window.navigator && navigator.userAgent && navigator.userAgent.indexOf("Gecko/") != -1) window.isGecko = true;



function popupWindow(hr,na,wid,hie,_menubar,_toolbar,_location,_status,_resizable,_scrollbars)

{

	//alert(window.isGecko);

	window.open(hr, na, 'width=' + wid + ', height=' + hie + ', menubar=' + _menubar + ', toolbar=' + _toolbar + ', location=' + _location + ', status=' + _status + ', resizable=' + _resizable + ', scrollbars=' + _scrollbars + '');

	return false;

}



var mS = new Date().getTime();

var mP = location.href;