//browser check
var ie = (document.all) ? true : false
var ns = (document.layers) ? true : false
//detect ns6+
var ns6 = (!document.all && document.getElementById) ? true : false;

var browserType="";

if (ie) {browserType=0;}
if (ns) {browserType=1;}
if (ns6) {browserType=2;}



function popupFooter(winurl){
	window.open(winurl,"flarion","height=600,width=437,menubar=0,resizeable=0,location=0,scrollbars=1,status=0,titlebar=0,toolbar=0");
}

function popupPromo(winurl){
	window.open(winurl,"flarion","height=320,width=420,menubar=0,resizeable=0,location=0,scrollbars=0,status=0,titlebar=0,toolbar=0");
}