<!-- Begin VIEWER OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES FOR THE IMAGE VIEWER

//  use only lowercase on options




// SOUNDFRAME OPTIONS

var soundloc	="bottom" 	// SOUNDFRAME LOCATION OPTIONS: | center | bottom |
var soundframe	="normal" 	// SOUNDFRAME OPTIONS: | normal | safe | auto |








// COPYRIGHT 2010 © Nell Dickerson
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE






// MUSIC FRAME CODE

function OpenSoundFrame (){
	center.location.href = "sound_frame/framesets/FRAME_"+soundloc+"_"+soundframe+".htm" + "?" + window.location.href;
    	}

function AutoSoundFrame (){
	center.location.href = "sound_frame/framesets/FRAME_"+soundloc+"_"+soundframe+".htm" + "?" + window.location.href;
	}

function HideFrame() {
   center.SoundFrame = !center.SoundFrame;
   if (soundloc == "center") {
   parent.document.body.rows = center.SoundFrame ? '0,*' : '0,*';
}
   if (soundloc == "bottom") {
   parent.document.body.rows = center.SoundFrame ? '*,0' : '*,0';
}
}

function CloseFrame() {

   center.location.href = center.MainFrame.document.location;

}
function initlize() {
if (!document.getElementsByTagName) return false;
}





// End -->
