<!--
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}
	var chkDot = true;
	var usEmail = true;
	function validEmail(eAddr) 
	{
		var lenSuffix = (usEmail) ? 4 : 3;
		var result = false;
		var ndxAt = ndxDot =  0;
		ndxAt  = eAddr.indexOf("@");
		ndxDot = eAddr.indexOf(".") ;
		ndxDot = eAddr.lastIndexOf(".") ;

		if ((ndxDot < 0) || (ndxAt < 0))
			alert("Your email address lacks '.' or '@'.\n\nThe format is 'you@dom.suf'"); 
		else if (chkDot && (ndxDot < ndxAt) )
			chkDot = !( 
			confirm("You entered a 'dot' before the '@'\nAre you sure that is right?") );
		else if ( (ndxDot2 - 3) <= ndxAt)
			alert("You may be missing your domain name.\n\nThe format is 'you@dom.suf'");
		else if (tmpStr.length < ndxDot2 + lenSuffix)
			usEmail = !(
			confirm("You have fewer than 3 characters as a domain suffix.\nAre you sure that is right?") );
		else
			result=true;
		return result;
	}
var rotateMsg = 1;
var maxMsg = 7;
function MsgStatus() {
if (rotateMsg == maxMsg + 1) {
rotateMsg = 1; 
}
if(rotateMsg == 1) {
window.status = '';
window.defaultStatus = 'Customer Comments: "8thstreet is the best musical instrument retailer, period" - J.G';
}
if(rotateMsg == 2) {
window.status = '';
window.defaultStatus = 'Customer Comments: "You guys are the absolute best, and I will recommend you to all of my friends" - K.R.';
}
if(rotateMsg == 3) {
window.status = '';
window.defaultStatus = 'Customer Comments: "Appreciate the rapid service and great prices." - L.S.';
}
if(rotateMsg == 4) {
window.status = '';
window.defaultStatus = 'Customer Comments: "As always, it is a pleasure buying from 8th Street." - G.J.';
}
if(rotateMsg == 5) {
window.status = '';
window.defaultStatus = 'Customer Comments: "As always, it is a pleasure buying from 8th Street." - A.C.';
}
if(rotateMsg == 6) {
window.status = '';
window.defaultStatus = 'Customer Comments: "I will tell other people about your great prices and excellent service!" - T.S.';
}
if(rotateMsg == 7) {
window.status = '';
window.defaultStatus = 'Customer Comments: "Happy with your site, fast shipping, and shipment tracking !" - E.H.';
}
rotateMsg = rotateMsg + 1;
setTimeout("MsgStatus();rotateMsg=" + rotateMsg, 3000);
}
MsgStatus();
//-->