function email(user,domain) {
locationstring = "mailto:" + user + "@" + domain;
window.location = locationstring;
}
	
function Creditos (c) {
	window.open(c,
		'Creditos',
		'width=250,height=150,scrollbars=no,status=yes');
}	

function OpenComments (c) {
	window.open(c,
		'comments',
		'width=640,height=520,scrollbars=no,status=yes');
	}	
	
function OpenPlayerPodcast (c) {
	window.open(c,
		'OpenPlayerPodcast',
		'width=640,height=520,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;
}
