var ontop = "#FF0000"
var offtop ="#E2E2E2"

	function onColor(High,wh)
	{
		High.style.color="FFFFFF";
		High.style.backgroundColor = wh;
		High.style.cursor = 'hand';
		ms(High);
		return true
	}

	function offColor(Low,wh)
	{
		Low.style.color="#000000";
		Low.style.backgroundColor=wh;
		window.status='Lebanon Opportunities ';
	}


function findthem() {

v = document.form2.tb2.value;
y = document.form2.w.value;
if (v) {
	xxx=window.open('http://www.opportunities.com.lb/Lebanon/Tables/Table_index.asp?tb='+v,'XTABLES','status=yes,scrollbars=yes,resizable=yes,width=700,height=500');
	xxx.focus();
	}
if (y){
	return true;
	}
	return false;
}

function ms(e){
	window.status = e.innerText;
	return true
}

function rollon() {
	if (window.event.srcElement.tagName == "A") {
	  window.status= window.event.srcElement.innerText;
	  return true;
  	} 
	
	if (window.event.srcElement.tagName == "IMG" || window.event.srcElement.tagName == "INPUT" ) {
	  window.status= window.event.srcElement.alt;
	  return true;
  	} 
	if (window.event.srcElement.className == 'FOVER') {
	  window.status= window.event.srcElement.innerText;
	  return true;
  	} 
}

document.onmouseover = rollon;

self.defaultStatus = "Lebanon Opportunities"

