function onBrandSelect(){
	frmBrandSearch.action = 'Default.asp?mode=brn';
	frmBrandSearch.submit();	
}

function onKeyWord(){	
	frmBrandSearch.action = 'Default.asp?mode=kws&searcher='+ document.frmKWSSearch.searcher.value;
	frmBrandSearch.submit();	
}

function onHookUp(){
	strFrom = document.frmHKGuides.selHkgFrom.value; 
	strTo = document.frmHKGuides.selHkgTo.value;
	strCat = document.frmHKGuides.selHkgCat.value;	
	switch (strCat){
		case "elh" :
			strCatFolder = "Electrohome";
			break;
		case "plk" :
			strCatFolder = "Pro-Link";
			break;
		case "epr" :
			strCatFolder = "Electrohome Pro";
			break;
	}								
	strPathName = "../GentecInc/HookUpGuides/" + strCatFolder + "/";
	strFleName = strPathName + strFrom + 'To' + strTo + '.pdf';			
	window.open(strFleName,'','status=no,toolbar=no,scrollbars=yes,maximise=yes');			
}

function onHookSelect(){	
	frmHKGuides.action = 'Default.asp?mode=hkg';
	frmHKGuides.submit();	
}

function divWarrDur_onmouseover() {
	document.all['divWarrDsc'].style.visibility = 'visible';
}

function divWarrDur_onmouseout() {
	document.all['divWarrDsc'].style.visibility = 'hidden';
}