// JavaScript Document

function Telefon(sURL) {
	document.open(sURL, "Telefon", "directories=no,height=480,width=385,location=no,menubar=no,resizable=yes,scrollbars=yes,toolbar=no");
}

function Taksit(sURL) {
	document.open(sURL, "Taksit", "directories=no,height=550,width=630,location=no,menubar=no,resizable=yes,scrollbars=yes,toolbar=no");
}
