	function openMarket(QSLink) {
		var pathURL = "";
		
		if(QSLink == "0"){
			pathURL = "/public/performance/tools/marketwatch.html?QSLink=0";
		}
		
    	if(QSLink == "1"){
			pathURL = "/public/performance/tools/marketwatch.html?QSLink=1";
		}
    	
		if(QSLink == "2"){
			pathURL = "/public/performance/tools/marketwatch.html?QSLink=2";
		}
		
    	if(QSLink == "3"){
			pathURL = "/public/performance/tools/marketwatch.html?QSLink=3";
		}
		
		if(QSLink == "4"){
			pathURL = "/public/performance/tools/marketwatch.html?QSLink=4";
		}
		
		popupWindow = window.open(pathURL,'popCharts','width=525,height=550,scrollbars=yes,toolbar=0,location=0');
		popupWindow.focus();
	}
	


