/*  Site   : South Amman for Real Estate | janoub-amman.com .
    File   : mainpage.js  [ java script ].
	Writer : Faisal D'ajah .
	Date   : September 17, 2008 .
*/
function linkstatus(){window.status="javascript;";}


function openlink(directionsite){
	window.location.href=directionsite;
	
}


function offerover(obj,numoffer){
	
	if(numoffer==1){obj.style.background="url('realestateimages/backoffer3over.gif') bottom";}
	if(numoffer==2){obj.style.background="url('realestateimages/backoffer3over.gif') bottom";}
	if(numoffer==3){obj.style.background="url('realestateimages/backoffer3over.gif') bottom";}
}

function offerout(obj,numoffer){
	
	if(numoffer==1){obj.style.background="url('realestateimages/backoffer3.gif') bottom";}
	if(numoffer==2){obj.style.background="url('realestateimages/backoffer3.gif') bottom";}
	if(numoffer==3){obj.style.background="url('realestateimages/backoffer3.gif') bottom";}
}

function clearsearch(idtext){
	if(document.getElementById(idtext).value=="بحث")
	document.getElementById(idtext).value="";	
	}
	
function wtitesearch(idtext){
	if(document.getElementById(idtext).value=="")
	document.getElementById(idtext).value="بحث";	
	}	
	
function clearemail(idtext){
	if(document.getElementById(idtext).value=="أدخل بريدك الالكتروني")
	document.getElementById(idtext).value="";	
	}
	
function wtiteemail(idtext){
	if(document.getElementById(idtext).value=="")
	document.getElementById(idtext).value="أدخل بريدك الالكتروني";	
	}










function openpopup(linkpage){
var tool

var lefts=(screen.width/2)-260;
var tops=(screen.height/2)-300;
tool="height=500,width=520,left="+lefts+",top="+tops+",toolbar=no,menubar=no,scrollbars=yes"
window.open(linkpage,"mywindow",tool)


}