function cleartext(el) {
	if (el.value="enter email address") {
		el.value="";
	}
}

function openWin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function targetopener(mylink, closeme, closeonly)
{
if (! (window.focus && window.opener))return true;
window.opener.focus();
if (! closeonly)window.opener.location.href=mylink.href;
if (closeme)window.close();
return false;
}

function popResources()
{var Win = window.open("3women_resources.html",'3women','resizable=yes,scrollbars=yes,toolbar=no,status=yes,menubar=no,width=476,height=600');
}

function sendafriend(link)
{var Win = window.open("/forms/sendafriend.php?link="+link,"SendAFriend",'width=340,height=535,scrollbars=no,menubar=no,status=no,resize=no');
}
function tellafriend()
{var Win = window.open("/forms/tellafriend.php","TellAFriend",'width=350,height=375,scrollbars=no,menubar=no,status=no,resize=no');
}
function popTerms()
{var Win = window.open("/pop/terms.html","Terms",'width=340,height=525,scrollbars=yes,menubar=no,status=no,resize=yes');
}

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