<!--
function MM_openBrWindow(theURL,winName,features) 
{ //v2.0
  window.open(theURL,winName,features);
}
function efface3(form,name)
{
eval ( that = window.document [form] [name]);
if ( name == 'wholesale_email' && that.value == 'YourEmail' )
{
that.value = '';
}
else return false;
}
function efface2(form,name)
{
eval ( that = window.document [form] [name]);
if ( name == 'login_register' && that.value == 'Email' )
{
that.value = '';
}

if ( name == 'password_register' && that.value == 'pass' )
{
that.value = '';
}
else return false;
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
