function runTool(oSelect, strURL){
	if(oSelect.options[oSelect.selectedIndex].value == "P")
		popContentWin(strURL,"","","700","500");
	if(oSelect.options[oSelect.selectedIndex].value == "E")
		window.location = strURL + "&excelExport=1";
}
