function openPopUp(href, target)
{
	window.open(href, target, 'width=511, height=480, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}


function opendate(href, target)
{
	window.open(href, target, 'width=450, height=200, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}

function openbank(href, target)
{
	window.open(href, target, 'width=450, height=240, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}


function check_form(){

	   if (document.control.ad.value == ""){
	   	     alert (" Lütfen Ad Soyad Yazınız!");
		     document.control.ad.focus();
		     return false;  
	    }

	   if (document.control.tel.value == ""){
	   	     alert (" Lütfen Telefon Numarası Yazınız!");
		     document.control.tel.focus();
		     return false;  
	    }
	
	
    }
	
	
	function cakratour()
{
	if(!document.all)
		return;
	else
	{
		for(i=0; i<document.all.tags('blink').length; i++)
		{
			s=document.all.tags('blink')[i];
			s.style.visibility=(s.style.visibility=='visible')?'hidden':'visible';
		}
	}
}
