// JavaScript Document
<!--
	function cicclicked (linkURL){
	  if (document.getElementById('cic').style.fontWeight == 'normal'){
			if (linkURL != '')
				//window.location=linkURL;
				document.getElementById('formurl').location=linkURL;
				//document.getElementById('ypcstbl').className="searchYPBox";
				document.getElementById('cic').style.fontWeight='bold';
				document.getElementById('cic').style.fontWeight='bold';
				document.getElementById('cic').style.fontColor='#333333';
				document.getElementById('web').style.fontWeight='normal';
				document.getElementById('sbmtBtn').value='Search CIC only';
				document.getElementById('cx').value='010404828745352609106:avhfwc8q4bw';
				document.getElementById('cof').value='FORID:11';
				document.getElementById('siteSearch').value='cambodia.org';
				
				//document.getElementById('asURL').href='/yellowpages/index.jsp'+zipcode;
				//document.getElementById('sType').name='search_type'; 
				//document.getElementById('sType').value='yellowpage';       
			}
	}

 

	function webclicked (linkURL){
		if (document.getElementById('web').style.fontWeight == 'normal'){
			if (linkURL != '')
				//window.location=linkURL;
				document.getElementById('formurl').location=linkURL;
				document.getElementById('web').style.fontWeight='bold';
				document.getElementById('web').style.fontWeight='bold';
				document.getElementById('web').style.fontColor='#333333';
				document.getElementById('cic').style.fontWeight='normal';
				document.getElementById('sbmtBtn').value='Search Web';
				document.getElementById('cx').value='010404828745352609106:avhfwc8q4bw';
				document.getElementById('cof').value='FORID:11';
				document.getElementById('siteSearch').value='';             
		}
	}

 
function cicmouseover() {
		if (document.getElementById('cic').style.fontWeight == 'normal'){
			document.getElementById('cic').style.textDecoration='underline';
			document.getElementById('cic').style.cursor='pointer';
		}
	
	}

function webmouseover() {
	if (document.getElementById('web').style.fontWeight == 'normal'){
		document.getElementById('web').style.textDecoration='underline';
		document.getElementById('web').style.cursor='pointer';            
	}
}
//-->
