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