///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// JS : Dynamically created by source4Cms : Last Update : 12.07.2007 - 16:19:25
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// checkmail 
function checkmail(e)
{
 
}

// checkname 
function checkname(e)
{
if(document.getElementById("name").value == "")
	{ 
		alert("Lütfen Adinizi ve Soyadinizi Giriniz");
	}
}

// chosecat 
function chosecat(a)
{
window.document.location.href="?wapp=altinrehber0&wscat="+a
}

// chosecat2 
function chosecat2(a)
{
window.document.location.href="?wapp=alemdetay0&wscat="+a
}

// Closediv 
function closeDiv(a)
{
document.getElementById(a).style.display = "none";return false;
}

// Show a 
function show(a)
{
var divs = document.getElementsByTagName('div'); 
 	for (var i = 0; i < divs.length; i++) 
 	{
 		
 		if (divs[i].id.substring(0,5)=='iceri')
 		{
 			
 			divs[i].style.display="none"; 
 		}
  	} 
  	
  	document.getElementById(a).style.display = "inline";
}


