function view_media(id) {
	 window.open ("media_view.php?id="+id, "Media", "menubar=1,resizable=1,width=450,height=350"); 
	 
}