function MM_clearForm(val) { 
   if (val.defaultValue==val.value) val.value=""
}

  function sendAfriend()
  {
  	var strBody = "I want to share with you an item I found at the Sohofive Store. "+window.location;
  		var strSubject = "Sohofive.com - Tell a Friend Message";
  		window.location = "mailto:?subject="+strSubject+"&body="+strBody;
  }


<!--
function popup(src) {
win = window.open(src,"","top=20,left=20,height=151,width=450,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes")
}

function openwin(winame,file,height,width)  
{
	newpop=window.open(file,winame,"status=no,scrollbars=yes,resizable=yes, toolbar=no,location=no,menu=no,height="+height+",width="+width);
	if (document.all){
	newpop.moveTo(100,100)
	}
}

function formHandler(form){
var URL = document.form.nav.options[document.form.nav.selectedIndex].value;
window.location.href = URL;
}
// End -->


