var framecolor	="white"	// SOUNDFRAME COLOR | black | white |
var soundloc	="bottom" 	// SOUNDFRAME LOCATION OPTIONS: | top | bottom |
var soundframe	="normal" 	// SOUNDFRAME OPTIONS: | normal | safe | auto 


function HideFrame() {
   top.SoundFrame = !top.SoundFrame;
   if (soundloc == "top") {
   parent.document.body.rows = top.SoundFrame ? '0,*' : '0,*';
}
   if (soundloc == "bottom") {
   parent.document.body.rows = top.SoundFrame ? '*,0' : '*,0';
}
}

function CloseFrame() {

   top.location.href = top.MainFrame.document.location;

}

function initlize() {
if (!document.getElementsByTagName) return false;
}
