function email(user,domain) {
locationstring = "mailto:" + user + "@" + domain;
window.location = locationstring;
}
	
function OpenComments (c) {
	window.open(c,
		'comments',
		'width=500,height=480,scrollbars=yes,status=yes');
}	

function Creditos (c) {
	window.open(c,
		'Creditos',
		'width=250,height=150,scrollbars=no,status=yes');
}	

function PopUp (c) {
	window.open(c,
		'PopUp',
		'width=432,height=400,scrollbars=no,status=yes');
}

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