﻿function setcombo(con, val) { var x = document.getElementById(con); for (var i = 0; i < x.length; i++) { if (x[i].value == val) { x[i].selected = true; } } }
function MM_openBrWindow(theURL,winName,features) { window.open(theURL,winName,features);}
