var mPrev = "Go to the previous page."var mNext = "Go to the next page."var mHome= "Go to the home page."var mUnit = "Go to this unit's main page."var mHelp = "Go to the help page."var mInstruction = "Click on me to see the instructions"var windowClosed = 0var mE = "Show English translation of this page"var mT = "Show Turkish page"document.writeln("<HTML><HEAD>")document.writeln("<TITLE>Turkish Vocabulary through Pictures</TITLE>")document.writeln('   <META http-equiv="content-type" content="text/html; charset=ISO-8859-9">')document.writeln("</HEAD>")document.writeln('<body bgcolor="#fdfcec" link="#000095" vlink="#800000" alink="#000095">')document.writeln('<p><font face="Verdana" size="3">')document.writeln("<center>")title = "<font face='Verdana' size=3><b>T\u00fcrkiye'de Al\u0131\u015fveri\u015f</b>"if (lesson1 > "" ) {title = title + "<b> : \u00C7ar\u015f\u0131da</b>" }if (lesson2 > "" ) {title = title + "<b> : Pazarda</b>" }document.writeln(title)document.writeln('<FONT FACE="Comic Sans MS"><FONT COLOR="#000000" size="2">')document.writeln('<FORM name = "message"><div align = right><table><tr>')if (prev > "" ) {	document.writeln('<td><A HREF= ' + prev + ' onMouseOver= glossMe(mPrev) onMouseOut=unGloss() target="_top">')	document.writeln('<img SRC= "images/prev.gif" height=20 width=20></A></td>')}if (prevHistFlag > "" ) {	document.writeln('<td><A HREF= "javascript:history.go(-1)" onMouseOver= glossMe(mPrev) onMouseOut=unGloss() target="_top">')	document.writeln('<img SRC= "images/prev.gif" height=20 width=20></A></td>')}if (wi1 > "" ) {	document.writeln("<td><font size='2'><input type ='button' value = 'Instructions' OnClick=WN(wi1,wi2,wi3,wi4,wi5,wi6,wi7,wi8,wi9,wi10) ")	document.writeln("onMouseOver= glossMe(mInstruction) onMouseOut=unGloss()></td>")}document.writeln('<td><A HREF="tvtp.html" onMouseOver= glossMe(mHome) onMouseOut=unGloss() target="_top">')document.writeln('<img SRC= "images/home.gif" height=20 width=20></A></td>')if (lesson1 > "" ) {	document.writeln('<td><A HREF= ' + lesson1 + ' onMouseOver= glossMe(mUnit) onMouseOut=unGloss() target="_top">')	document.writeln('<img SRC= "images/unit1.gif" height=20 width=20></A></td>')}if (lesson2 > "" ) {	document.writeln('<td><A HREF= ' + lesson2 + ' onMouseOver= glossMe(mUnit) onMouseOut=unGloss() target="_top">')	document.writeln('<img SRC= "images/unit2.gif" height=20 width=20></A></td>')}if (elist > "" ) {	document.writeln('<td><A HREF= ' + elist + ' onMouseOver= glossMe(mE) onMouseOut=unGloss() target="_top">')	document.writeln('<img SRC= "images/elist.gif" height=20 width=20></A></td>')}if (tlist > "" ) {	document.writeln('<td><A HREF= ' + tlist + ' onMouseOver= glossMe(mT) onMouseOut=unGloss() target="_top">')	document.writeln('<img SRC= "images/tlist.gif" height=20 width=20></A></td>')}if (HelpFlag > "" ) {	document.writeln('<td><A HREF="help.html" onMouseOver= glossMe(mHelp) onMouseOut=unGloss() target="_top">')	document.writeln('<img SRC= "images/help.gif" height=20 width=20></a></td>')}if (next > "" ) {	document.writeln('<TD><A HREF= ' + next + ' onMouseOver= glossMe(mNext) onMouseOut=unGloss() target="_top">')	document.writeln('<img SRC= "images/next.gif" height=20 width=20></A></td>')}document.writeln('</td></table>')document.writeln('<DIV align = right>')document.writeln('<FORM name = "form1"><font face=Verdana size=3><INPUT type = "text" name = "show" size = 65> ')document.writeln('</FORM>')document.writeln('<font face="Verdana" size="3">')document.writeln("<DIV ALIGN=left>")function glossMe(gloss) {	    document.message.show.value = gloss;        }function unGloss() {	    document.message.show.value = "";}function WN(wi1,wi2,wi3,wi4,wi5,wi6,wi7,wi8,wi9,wi10) {  if (windowClosed > 0){     if (msgWindow.open){        msgWindow.close()        windowClosed = 0     }  }   msgWindow=window.open("","displayWindow","resizable=yes,width=500,height=210")   msgWindow.document.writeln ('<HTML><HEAD>' +   '<TITLE>Instruction</TITLE>' +   '<META http-equiv="content-type" content="text/html; charset=windows-1254">' +   '<META http-equiv="content-type" content="text/html; charset=ISO-8859-9">' +   '<META http-equiv="content-language" content="TR">' +   '</HEAD><body bgcolor="bbbbee" link="#000095" vlink="#800000" alink="#000095">')   msgWindow.document.writeln ("<FONT FACE='Comic Sans MS' COLOR='#000000' size=2>" + wi1)    msgWindow.document.writeln (wi2)   msgWindow.document.writeln (wi3)   msgWindow.document.writeln (wi4)   msgWindow.document.writeln (wi5)   msgWindow.document.writeln (wi6)   msgWindow.document.writeln (wi7)   msgWindow.document.writeln (wi8)   msgWindow.document.writeln (wi9)   msgWindow.document.writeln (wi10)   msgWindow.document.writeln ("</body></html> ")   windowClosed = 1}function returnLesson(){  history.go(-2);}function SN(ses){      if (ses > "") {            SF = ses	      parent.soundpage.location.reload();      }}function reloadLesson(){	document.location.reload();}