function waspPopup (filename, width, height){
	window.open('/includes/wasppopup.php?theFile='+filename+'&w='+width+'&h='+height,'_mediaplayer','width='+width+',height='+height);
}
