﻿function flashpath()
{
var path = window.location.href.split("?");
var ext=path[1].split(".");
    if(ext[1]=="GIF" || ext[1]=="gif" || ext[1]=="jpg" || ext[1]=="JPG" || ext[1]=="jpeg" || ext[1]=="JPEG" || ext[1]=="png" || ext[1]=="PNG" )
    {
        
        document.getElementById("imgview").innerHTML="<img src='/images/"+ path[1] +"' border='0' alt=''>";
    }
   else
    {
    
        document.getElementById("flashid").style.display="block";
    }
}

function chennaimap()
{
window.open("images/chennaimap.gif")
}
function mumbaimap()
{
window.open("images/mumbaimap.gif")
}

