<%
islem=request.querystring("islem")
if islem=1 then
G_matrahi=request.form("G_matrahi")
fis=request.form("fis")
if G_matrahi="" then G_matrahi=0
if fis="" then fis=0
if cdbl(G_matrahi)<=cdbl(fis) then Gelir_vergisi_matrahi=G_matrahi else Gelir_vergisi_matrahi=fis end if
if Gelir_vergisi_matrahi<=3600 then iade=Gelir_vergisi_matrahi*0.08 end if
if Gelir_vergisi_matrahi>3600 and Gelir_vergisi_matrahi<=7200 then iade=(Gelir_vergisi_matrahi-3600)*0.06+ 288 end if
if Gelir_vergisi_matrahi>7200 then iade=(Gelir_vergisi_matrahi-7200)*0.04 + 504 end if
end if
function ytl(ucret)
ytl=left(formatcurrency(ucret),len(formatcurrency(ucret))-3)
end function
%>