<!--

function popUp(loc) {
window.open(loc,'newwindow','top=0,left=0,height=540,width=517,toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no');
}

function midVidPopUp(loc){
	window.open(loc,'newwindow','top=100,left=100,height=260,width=320,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no');
}

function mp3PopUp(loc){
	window.open(loc,'newwindow','top=0,left=0,height=100,width=320,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no');
}


//-->