function openwin(url,x,y){
	var x = 747;
	var y= 530;	
	pop = window.open(url,"","menubar=no,toolbar=no,width="+x+",height="+y+",resizable=yes,top=10,left=10,scrollbars=yes");	
	void(0);
}
	
function link(link){
	window.location= link;	
}		

function ingatlan_over(id){
	document.getElementById('cell_1_'+id).style.backgroundColor="#CCCCCC";
	document.getElementById('cell_1_'+id).style.cursor="pointer";
	document.getElementById('cell_2_'+id).style.backgroundColor="#CCCCCC";
	document.getElementById('cell_2_'+id).style.cursor="pointer";
	document.getElementById('cell_3_'+id).style.backgroundColor="#CCCCCC";
	document.getElementById('cell_3_'+id).style.cursor="pointer";
	document.getElementById('cell_4_'+id).style.backgroundColor="#CCCCCC";
	document.getElementById('cell_4_'+id).style.cursor="pointer";
}

function ingatlan_out(id){
	document.getElementById('cell_1_'+id).style.backgroundColor="#DEE5EB";
	document.getElementById('cell_2_'+id).style.backgroundColor="#DEE5EB";
	document.getElementById('cell_3_'+id).style.backgroundColor="#DEE5EB";
	document.getElementById('cell_4_'+id).style.backgroundColor="#DEE5EB";
}

function lakas_over(id){
	document.getElementById('cell_1_'+id).style.backgroundColor="#CCCCCC";
	document.getElementById('cell_1_'+id).style.cursor="pointer";
	document.getElementById('cell_2_'+id).style.backgroundColor="#CCCCCC";
	document.getElementById('cell_2_'+id).style.cursor="pointer";
	document.getElementById('cell_3_'+id).style.backgroundColor="#CCCCCC";
	document.getElementById('cell_3_'+id).style.cursor="pointer";
	document.getElementById('cell_4_'+id).style.backgroundColor="#CCCCCC";
	document.getElementById('cell_4_'+id).style.cursor="pointer";
	document.getElementById('cell_5_'+id).style.backgroundColor="#CCCCCC";
	document.getElementById('cell_5_'+id).style.cursor="pointer";
	document.getElementById('cell_6_'+id).style.backgroundColor="#CCCCCC";
	document.getElementById('cell_6_'+id).style.cursor="pointer";
	document.getElementById('cell_7_'+id).style.backgroundColor="#CCCCCC";
	document.getElementById('cell_7_'+id).style.cursor="pointer";
}

function lakas_out(id){
	document.getElementById('cell_1_'+id).style.backgroundColor="#DEE5EB";
	document.getElementById('cell_2_'+id).style.backgroundColor="#DEE5EB";
	document.getElementById('cell_3_'+id).style.backgroundColor="#DEE5EB";
	document.getElementById('cell_4_'+id).style.backgroundColor="#DEE5EB";
	document.getElementById('cell_5_'+id).style.backgroundColor="#DEE5EB";
	document.getElementById('cell_6_'+id).style.backgroundColor="#DEE5EB";
	document.getElementById('cell_7_'+id).style.backgroundColor="#DEE5EB";
}
