
function PopUp(what){
	window.open(what,'PopUp','top=100,screenx=100,left=100,screeny=100,width=570,height=500,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no');}
	
function AudioPopUp(what){
	window.open(what,'PopUp','top=100,screenx=100,left=100,screeny=100,width=550,height=400,buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no');}

function ArchivePopUp(what){
	window.open(what,'PopUp','top=100,screenx=100,left=100,screeny=100,width=300,height=200,buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no');}

function MediaPopUp(what){
	window.open(what,'PopUp','top=100,screenx=100,left=100,screeny=100,width=550,height=570,buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no');}
	
