function setftpsrv(){
        ftpsrv = "ftp://"+location.host+"/";
}

function window_onload() {
	document.thisForm.model_selector.selectedIndex = document.thisForm.hid1.value;
}

function CtgChanger(page) {
  	document.location = page;
}