﻿function gotourl(site) { 
switch(site)
{
    case "lotus":
        location.href = "http://lotus.khiri-dmc.com";
        break;
   case "gold":
       location.href = "http://gold.khiri-dmc.com";
        break;
   case "naga":
       location.href = "http://naga.khiri-dmc.com";
        break;        
default:
       location.href = "http://www.khiri-dmc.com";
}

}
