function slide(sayfa) {
	var windowprops = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no,width=834,height=567";
	window.open(sayfa,"SLAYT",windowprops);
}

function liveSupport()
{
	window.open('online_destek.php','LETA','location=no,resize=no,toolbars=no,scrollbars=no,width=550,height=550');
}

function forms(ID)
{
	if (ID == 1)
	{
		window.open('form/iletisim_form.html','SLAYT','location=no,toolbars=no,resizable=no,scrollbars=no,width=300,height=250'); 
	}
	
	if (ID == 2)
	{
		window.open('form/isbasvuru.html','SLAYT','location=no,toolbars=no,resizable=no,scrollbars=yes,width=800,height=600');
	}
}
