function chgsrc() 
{
current=address
language=current.split("_")
z=window.frames["I1"].location.href
a=z.split("/")
b=a.length
h=a[b-1].split("_")
if (language[1]=="tr.html") 
{
	ifaddress="" + h[0] + "_en.html"
	address="index_en.php"
}
else {
	ifaddress="" + h[0] + "_tr.html"
	address="index_tr.php"
}
top.frame2.window.document.getElementById("main").innerHTML=address
top.frame2.window.document.getElementById("if").innerHTML=ifaddress
top.frame2.window.document.getElementById("cozum").innerHTML=0
return true
}
function abc()
{
if(top.frame2.window.document.getElementById("cozum").innerHTML==0){

top.frame2.window.document.getElementById("cozum").innerHTML=1



if (window.frames["I1"].location.href!="about:blank") {
ifaddress=window.frames["I1"].location.href
}
else {
ifaddress=top.frame2.window.document.getElementById("if").innerHTML
}
address=document.URL
c=address.split("_")
d=ifaddress.split("_")
if (c[1]=="tr.html") 
{
	ifaddress="" + d[0] + "_tr.html"
	address="index_tr.php"
}
else {
	ifaddress="" + d[0] + "_en.html"
	address="index_en.php"
}
window.document.getElementById("framei").src=ifaddress
}
else {
document.write(top.frame2.window.document.getElementById("cozum").innerHTML)
}
return true
}
