function showLyrics(which) {
if (document.getElementById) LyricsDiv = eval("document.getElementById('" + which + "').style")
else LyricsDiv = eval(which + ".style")
if (LyricsDiv.display=="none") LyricsDiv.display="block"
else LyricsDiv.display="none"
}

function playsong(song,span_id) {
document.getElementById(span_id).outerHTML='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="20" height="20" id="player_mc_autostart" align="absmiddle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="sound/player_mc_autostart.swf?song=sound/'+song+'.mp3"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#AA9A83> <embed src="sound/player_mc_autostart.swf?song=sound/'+song+'.mp3" menu=false quality=high bgcolor=#AA9A83  width="20" height="20" name="player_mc_autostart" align="absmiddle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>'
}



var speed=500
function flashit(){
var crosstable=document.getElementById? document.getElementById("myexample") : document.all? document.all.myexample : ""
if (crosstable){
if (crosstable.style.borderColor.indexOf("#ffffff")!=-1)
crosstable.style.borderColor="#7a0100"
else
crosstable.style.borderColor="#ffffff"
}
}
setInterval("flashit()", speed)



function openZeHazman() {
window.open("ZeHazman.shtml","ZeHazman","width=200,height=200")
}
function openHazmanOzel() {
window.open("HazmanOzel.shtml","HazmanOzel","width=200,height=200")
}