	function new_window (url) {
	link= window.open (url, "Link", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, personalbar=0, sidebar=0, statusbar=0, resizable=0, width=10, height=10, top=100, left=100");
	}

	

	var isMac = navigator.userAgent.indexOf("Mac") != -1
	var isFirefox = navigator.userAgent.indexOf("Firefox") != -1
	var isIE7 = navigator.userAgent.indexOf("MSIE 7.0") != -1
	var res = screen.availWidth
	//alert (navigator.userAgent)
	
	
	

			/*if (isMac) {
				document.write ("<link rel='stylesheet' type='text/css' href='http://www.glueproject.net/finz/css/finz.css' >")
				} else {
				document.write ("<link rel='stylesheet' type='text/css' href='http://www.glueproject.net/finz/css/finzPC.css' >")
				}*/