function hiformcntrl()
{
	var hostadres	='http://'+document.location.hostname+'/';
	var form	=document.hsform;
	
		if(form.adsoyad.value=='' & form.tel.value=='' & form.email.value=='')
		{
			form.adsoyad.focus();
			return false;
		}else{
		}
		
		if(form.tel.value=='')
		{
			form.tel.focus();
			return false;
		}else{
		}
		
		if(form.email.value=='')
		{
			form.email.focus();

			return false;
		}else{

		}
		var emailat	=form.email.value;
		if(emailat.match('@')==null)
		{
			form.email.focus();

			return false;
		}
		
		else
		{

		}
					
	return true;
}

function buyukAc(id, alt)
{
	var hostadres	='http://'+document.location.hostname+'/';
	document.getElementById('rdiv').innerHTML='<a href="'+hostadres+'picture-b.php?id='+id+'" class="highslide" onclick="return hs.expand(this, {wrapperClassName: \'wide-border\', captionOverlay: { position: \'rightpanel\'}});"><img src="'+hostadres+'picture-b.php?id='+id+'" style="width:300px; padding:3px; border:1px solid #e4e4e4;" /></a>';
}
