

function qm_openLookup() {
	var w = 450;
	var h = 350;
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	var winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1';
	win = window.open("http://app.quotemedia.com/quotetools/clientForward?targetURL=" + escape('http://app.quotemedia.com/quotetools/popups/symbolLookup.jsp') + "&forwardParams=targetURL%3D"+escape(document.forms['qmLookupForm']['targetURL'].value)+"%26targetsym%3D%26targetex%3D%26qmpage%3Dtrue" + "&action=showCharts" + "&symbollookup=" + null, "SymbolLookup", winprops);
	if (parseInt(navigator.appVersion) >= 4) {
		win.window.focus();
	}
}
function qm_forwardURL(queryString, page) {
	
	var targetURL = "http://www.microcapmoney.com/";
	document.cookie = queryString;
	window.location = "http://app.quotemedia.com/quotetools/clientForward?"+queryString+"&targetURL="+targetURL+page;
}
function flash_cookie(whereTo, exchange){
	document.cookie = whereTo;
	var targetURL = "http://www.microcapmoney.com/";
	window.location = "http://app.quotemedia.com/quotetools/clientForward?statExchange="+exchange+"&"+whereTo+"&targetURL="+targetURL+"markets.php";
}