<!-- Begin POP-UP SIZES AND OPTIONS CODE



var viewer_sound 	= "iframe"	// OPTIONS: | iframe |
var width_sound 	= "400"		// WIDTH OF THE SAMPLES PAGE POPUP
var height_sound 	= "100"		// HEIGHT OF THE SAMPLES PAGE POPUP
var scrollbarS_sound	= "no"		// SHOW SCROLLBARS IN SAMPLES POPUP - yes OR no
var menu_sound		= "no"		// SHOW MENU IN SAMPLES POPUP - yes OR no
var tool_sound		= "no"		// SHOW TOOLBAR IN SAMPLES POPUP - yes OR no







// COPYRIGHT 2008 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE



// START SOUND POPUP CODE

function popUpSound(data) {
	if (viewer_sound == "iframe") {
    windowHandle = window.open('samples/player-play.htm' + '?' + data,'mp3player');
}
}


function popUpSound2(data) {
	if (viewer_sound == "iframe") {
    windowHandle = window.open('samples/player-play2.htm' + '?' + data,'mp3player');
}
}


function popUpSound3(data) {
	if (viewer_sound == "iframe") {
    windowHandle = window.open('samples/player-play3.htm' + '?' + data,'mp3player');
}
}

// END SOUND POPUP CODE










function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=750,height=375,left = 150,top = 75');");
}









function land(ref, target)
{
lowtarget=target.toLowerCase();
if (lowtarget=="_self") {window.location=loc;}
else {if (lowtarget=="_top") {top.location=loc;}
else {if (lowtarget=="_blank") {window.open(loc);}
else {if (lowtarget=="_parent") {parent.location=loc;}
else {parent.frames[target].location=loc;};
}}}
}
function jump(menu)
{
ref=menu.choice.options[menu.choice.selectedIndex].value;
splitc=ref.lastIndexOf("*");
target="";
if (splitc!=-1)
{loc=ref.substring(0,splitc);
target=ref.substring(splitc+1,1000);}
else {loc=ref; target="_self";};
if (ref != "") {land(loc,target);}
}





// End -->