
ver=parseInt(navigator.appVersion)
ie4=(ver>3  && navigator.appName!="Netscape")?1:0
ns4=(ver>3  && navigator.appName=="Netscape")?1:0
ns3=(ver==3 && navigator.appName=="Netscape")?1:0


function icon() {


  if (parent.frames[1].document.cookie == 0 )
  { 
  	document.write("<img src='images/frame_re_off.jpg' width='58' height='609' border='0' usemap='#Map'>");
  }
else
  {
  	document.write("<img src='images/frame_re.jpg' width='58' height='609' border='0' usemap='#Map'>");
  }
}


function reload() {

 
}


function stopSound_all() {


  
}


function playSound() {
 
  
}

function stopSound() {

 
}

function playSound_all() {

 


}


