function mClick(ref, url) {  
	document.location = url;  
}

function m_overout (ref, navstyle) {
	if (navstyle) {
		ref.style.backgroundColor = '#ff6600';
	} else {
		ref.style.backgroundColor = '#155fe1';
	}
}	

function checksearch (){
    if (document.xysearch.stype.options[document.xysearch.stype.selectedIndex].value == "vnbiz") {
        document.xysearch.action = "/yellowpage/";
        document.xysearch.I.value = "search";
        document.xysearch.name.value = document.xysearch.searchstr.value;
    }
    else if (document.xysearch.stype.options[document.xysearch.stype.selectedIndex].value == "vnweb") {
        document.xysearch.words.value = document.xysearch.searchstr.value;
        document.xysearch.action = "/search/vnsearch/";
        document.xysearch.I.value = "";
    }
    else if (document.xysearch.stype.options[document.xysearch.stype.selectedIndex].value == "web") {
        document.xysearch.words.value = document.xysearch.searchstr.value;
        document.xysearch.action = "/search/internet/";
        document.xysearch.I.value = "";
    }
    else if (document.xysearch.stype.options[document.xysearch.stype.selectedIndex].value == "classifieds") {
        document.xysearch.SearchWhat.value = document.xysearch.searchstr.value;
        document.xysearch.I.value = "classified";
        document.xysearch.action = "/classifieds/";
    }
}
 
function ivemail() {
	var url = "/tellfriend.html";
	window.open(url,'IV','status=yes,toolbar=no,bookmark=no,location=no,resizable=yes,scrollbars=no,height=240,width=300');
	return false;
}

