function MM_jumpMenu(targ,selObj,restore)
{
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

function popsound(soundurl)
{
oFenetre = window.open('','soundup','width=350,height=180,toolbar=no,scrollbars=no,resizable=no');
oFenetre.document.write("<html><head><title>Tech 21 - Fichier son</title></head>");
oFenetre.document.write("<body bgcolor='#000000' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
oFenetre.document.write("<table width=100% height=100% border=0 cellspacing=0 cellpadding=0><tr><td align=center>");
oFenetre.document.write("<font size=1 color=white face=verdana>Veuillez patienter pendant le chargement de l'extrait<p />");
oFenetre.document.write("<embed src='http://www.tech21nyc.com/"+soundurl+"' border=0 height=50 width=80%>");
oFenetre.document.write("<div align=right><a href='javascript:self.close()' style=color:#CCCCCC>fermer</a>&nbsp;&nbsp;&nbsp;&nbsp;");
oFenetre.document.write("</td></tr></table></body></html>");
oFenetre.document.close();
}

function press(article)
{
oPress = window.open('','press','width=300,height=300,toolbar=no,scrollbars=yes,resizable=yes');
oPress.document.write("<html><head><title>Tech 21 - Article de presse</title></head>\n");
oPress.document.write("<body bgcolor='#FFFFFF' onload='window.resizeTo(pix.width+30,pix.height+40)\;window.focus()\;' onclick='window.close()' onblur='window.close()' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>\n");
oPress.document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0' height='100%'><tr><td valign='middle' align='center'>\n");
oPress.document.write("<img src='http://www.maxonpedals.info/scans/"+article+".jpg' border='0' alt='' onclick='window.close()' name='pix'>\n");
oPress.document.write("</td></tr></table></body></html>");
oPress.document.close();
}

function chgpage(region)
{
	if (region.site.selectedIndex != 0)
	{
		location =region.site.options[region.site.selectedIndex].value;
	}
}

function checkform() {
	if (document.emailform.emaildem.value=="") {
		alert('\nVeuillez indiquer votre adresse email');
		document.emailform.emaildem.focus();
		return false;
	}
	else {
		var filter = /^([a-zA-Z0-9_.-])+@(([a-zA-Z0-9-]{2,50})+.)+([a-zA-Z0-9]{2,4})+$/;
		if (!filter.test(document.emailform.emaildem.value)) {
			alert('\nAdresse email invalide');
			document.emailform.emaildem.focus();
			return false;
		}
	}
	if (document.emailform.messdem.value.length==0) {
		alert("\nVeuillez écrire votre message");
		document.emailform.messdem.focus();
		return false;
	}
return true;
}

var unique=0;
function envoi() {
	if (unique == 0) {
		unique++;
		return true;
	}
	else {
		alert("\nEnvoi en cours...");
		return false;
	}
}

