function displayLarge(path) 
{
    path = path.replace("Mode=Large&", "Mode=full&")
document.location=path;

}
