function reklam_kapat()
	{
		$("#screen").css("display","none");
	}


function show_ad()
{
	//$(".ADV_hbr").slideDown(1000);
	//$(".ADV_hbr").fadeIn(1500);
}

function show_contact_form()
{
	window.open('contact_by_email.php?type=2','','width=550,height=520');
	return false;
}
function search_start(btn)
{
	var keyword_box=btn.form.keyword;
	keyword_box.value=keyword_box.value.replace(/(^[\s]*)|([\s]*$)/gi,'');
	if(keyword_box.value.length<3){alert('En az üç harf girmelisiniz.');return false;}
	btn.value='...';
	btn.disabled=true;
	btn.form.submit();
	return true;
}
function search_economy_popup()
{
	window.open('data/economy_help.htm','','width=570,height=500,resizable=yes,scrollbars=yes');
	return false;
}
function search_p_window(url,w,h)
{
	window.open(url,'','width='+w+',height='+h+',resizable=yes,scrollbars=yes');
	return false;
}
function hide_view(element_id)
{
    img_obj=document.getElementById('img_'+element_id);
    obj=document.getElementById(element_id);
    if(obj) {
if(obj.style.display=='block' || obj.style.display=='') {
  obj.style.display='none';
  img_obj.src='images/common/arrow_down.png';
}
else {
 obj.style.display='block';
 img_obj.src='images/common/arrow_up.png';
}
    }
var uls =document.getElementById('accordion').getElementsByTagName('ul');
for(var i=0; i<uls.length; i++)
{

 if(uls[i].id!=element_id && uls[i].id.substr(0,10)=='news_links')
 {

  uls[i].style.display='none';
  document.getElementById('img_'+uls[i].id).src='images/common/arrow_down.png';
 }

}


}
function ActivateBox()
{
tb_show('','reklam.html?placeValuesBeforeTB_=savedValues&TB_iframe=true&height=445&width=975',false)
}