function remove_con(o)
	{
	o.value = "";
	}

function valemail(email_value)
	{
	reExp2 = new RegExp("[\\w\_-]+@[\\w\_-]+\\.[\\w\_-]+");
	if (!(reExp2.test(email_value)))
		{
		alert("Email format not correct!");
		return false;
		}
	return true;
	}

function addfav()
	{
	if (document.all)
		{
		window.external.AddFavorite("http://www.emlakx.com","EmlakX.com Emlak İlanları Rehberi")
		}
	}

function HokusFokus(Degis){
	if (!Degis.base) Degis.base = Degis.value
	if (Degis.value == Degis.base) Degis.value = "";
	else if (Degis.value == "") Degis.value = Degis.base;
}

function show_popup(url,hwin,hwidth,hheight)
{
  window.open(url,
              hwin,
              "height="+hheight+",width="+hwidth+",startx=100,starty=100,resizable=1,scrollbars=1,toolbar=0");
}

function popup_window( url, id, width, height )
{
	popup = window.open( url, id, 'toolbar=no,scrollbars=yes,location=no,statusbar=no,menubar=no,resizable=yes,width=' + width + ',height=' + height + ',left=50,top=50' );
	popup.focus();
}
function LogoffControl() {
	return confirm('Are you sure for log off control panel?');
}
