function openPop(id){
	window.open("/pop_media.php?id="+id,"pop_media","height="+screen.height+",width=780,left="+((screen.width-780)/2)+",status=yes,toolbar=yes,menubar=yes,location=yes,scrollbars=yes");
}
