/*	all.js	*/

function showObject(id, media) 
{ 
    if (document.getElementById) { 
document.getElementById(id).innerHTML = media; 
    } 
}