function Skype()
{
    //var obj = new ActiveXObject("LaunchinIE.Launch");
    //obj.LaunchApplication(strCmdLine);
    var ws = new ActiveXObject("WScript.Shell");
    //ws.Run("C:\\Programfiler\\Skype\\Phone\\Skype.exe /nosplash /minimized /callto:mosoft.as.sentralbord");
    ws.Run("C:/Programfiler/Skype/Phone/Skype.exe /nosplash /minimized /callto:mosoft.as.sentralbord");
}