<!--
pr=document.getElementById('pr_');
cp=document.getElementById('cp_');
cp.style.display=pr.selectedIndex==13?'inline':'none';
function sel_check(){
	cp.style.display=pr.selectedIndex==13?'inline':'none';
	cp.value=pr.options[pr.selectedIndex].value;
	cp.style.backgroundColor="white";
}
function sub_check(){
	if(pr.selectedIndex=='13' && (cp.value==pr.options[pr.selectedIndex].value || cp.value=='')){
		cp.style.backgroundColor="#DE7075";
		return false;
	}else if(pr.selectedIndex=='0'){
		alert('Please select what you are looking for.');
		pr.focus();
		return false;
	}
	cp.style.display='block';
	cp.style.position='absolute';
	cp.style.left='-4000px';
	return true;
}
/*ht=0;
if(typeof(window.innerHeight) == 'number'){
	ht = window.innerHeight;
}else if(document.documentElement && document.documentElement.clientHeight){
	ht = document.documentElement.clientHeight;
}else if(document.body && document.body.clientHeight){
	ht = document.body.clientHeight;
}
dif = ht>653 ? ht : 653;
dif+=165;
document.getElementsByTagName('h1')[0].style.padding=dif+'px 0 0 55px';
*/
//-->