<!--

	function openQUOTE() {

		var leave = confirm("You are now leaving www.gennum.com.\n\nThe following web site is not under the control or influence of Gennum Corporation.\n\nClick on 'OK' to proceed, or 'Cancel' not to open the external site.");

		if (leave == true) {

			var win = window.open("http://www.tsx.com/HttpController?GetPage=QuotesViewPage&amp;DetailedView=DetailedPrices&amp;Language=en&amp;QuoteSymbol_1=gnd","WIN1","status=no,scrollbars=yes,location=yes,toolbar=yes,menubar=yes,height=400,width=780,resizable=yes")

		}

	}

//-->