function show(html,div)
{ 
    document.getElementById(div).innerHTML=html
}


