function yazdir() {
var adresAl = "/yazdir.aspx" + window.location.href.substring(window.location.href.indexOf('?'));
window.open(adresAl,'TellUs','toolbar=no,titlebar=yes,width=750,height=600,scrollbars')
}

