﻿// strings and file paths used everywhere
ServerTransformed.Res = {
    'soundOn' : "Sound On",
    'soundOff' : "Sound Off",
    'filterAll' : "All",
    'filterFeatures' : "Features",
    'filterMedia' : "Media",
    'filterToolBox' : "Tool Box"
};

ServerTransformed.Res.URL = {
    //audio files
    'introAudio': "http://download.microsoft.com/download/0/8/e/08efd13c-b22a-413c-934c-85452ee6e9dd/intro.wma",
    'ambientAudio': "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/ambient.mp3",
    
    //main videos
    'mainNavigation' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/mainNavigation.wmv",
    'security' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/security.wmv",
    'stability' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/stability.wmv",
    'web_innovations' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/web_innovations.wmv",
    'manageability' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/manageability.wmv",
    'meet_it_24_7' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/meet_it_24_7.wmv",
    'customer' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/customer.wmv",
    'toy_box' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/toy_box.wmv",
    'impatient' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/impatient.wmv",
    'securityReverse' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/security_reverse.wmv",
    'stabilityReverse' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/stability_reverse.wmv",
    'web_innovationsReverse' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/web_innovations_reverse.wmv",
    'manageabilityReverse' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/manageability_reverse.wmv",
    'meet_it_24_7Reverse' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/meet_it_24_7_reverse.wmv",
    'customerReverse' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/customer_reverse.wmv",
    'toy_boxReverse' : "http://download.microsoft.com/download/9/7/c/97c4804a-cc60-46a5-99a9-cee65b395c62/toy_box_reverse.wmv",
    
    // Meet IT 24-7
    'command' : "http://download.microsoft.com/download/b/8/6/b86210cb-5322-4414-853c-a5662991edc2/Command.wmv",
    'crouching' : "http://download.microsoft.com/download/b/8/6/b86210cb-5322-4414-853c-a5662991edc2/Crouching.wmv",
    'exerciser' : "http://download.microsoft.com/download/b/8/6/b86210cb-5322-4414-853c-a5662991edc2/Exerciser.wmv",
    
    // misc links
    'readMore' : "http://www.microsoft.com/windowsserver2008/en/us/default.aspx",
    'tryIt' : "http://www.microsoft.com/windowsserver2008/audsel.mspx",
    'partner' : "http://www.microsoft.com/windowsserver2008/en/us/find-partner.aspx",
    
    //social bookmarks
    'facebook' : "http://www.facebook.com/share.php?u={0}",
    'digg' : "http://digg.com/submit?url={0}&title={1}&media=video&topic=microsoft",
    'delicious' : "http://del.icio.us/post?v=4&noui&jump=close&url={0}&title={1}",
    'reddit' : "http://reddit.com/submit?url={0}&title={1}",
    'stumble' : "http://www.stumbleupon.com/submit?url={0}&title={1}"
};