
//go to dept
function gothere() 
{
var list = document.forms[0].select1
location = list.options[list.selectedIndex].value
}
//open password page
function getPass() {
var popURL = "getPass.asp?lan=<%=strLan%>&mscssid=<%=mscsShopperID%>";
var popWindow = window.open( popURL,'eulaPop', 'width=460,height=320,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=1' ); 
popWindow.focus();
}   



function KSSubmit() {
Kword.submit();
}

function PNSubmit() {
PartN.submit();
}
