<!-- Begin VIEWER AND POP-UP OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS
// GALLERY VIEWER OPTIONS

var mp3player_active	 	= "yes"		// yes/ FAQ FULL SCREEN OR no/POPUP MODE


function mp3player(URL) {
	day = new Date();
	id = day.getTime();

	if (mp3player_active == "yes") {
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,top=100,left=150,width=250,height=100');");
}
else 
	if (mp3player_active == "no") {
	eval("page" + id + " = window.open(URL);");
}
}




// End -->
