function expandMainDiv()
{
document.getElementById("main").style.width = screen.width;
}