if instr(Ucase(window.navigator.userAgent),"MSIE") = 0 or cint(left(window.navigator.appVersion,1)) < 4 then
	msgbox "Kullandığınız Gözatıcı Internet Explorer 5.0 ve daha ileri sürümleri olmalıdır."
	window.close
end if

'if not(window.name = "ILSISWEB" or window.name = "ILSISWEB_RAPOR") then
'	loc = window.location
'	width=screen.availWidth-25
'	height=screen.availHeight-55
'	param = "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,left=" & 5 & ",top=" & 5 & ",width=" & width & ",height=" & height
'	msgbox "Kullandığınız Pencere Sistem Tarafından Açılmış Bir Pencere Değildir. Şimdi Yeni Bir Pencere Açılacak ve Mevcut Safyanız Yeni Pencere İçinde Yeniden Görüntülenecektir."
'	window.open loc,"ILSISWEB",param
'	window.close
'end if

