2


function createQuickStartAboutLogo()

{  
      
    Silverlight.createObject("assets/quickstart-logo.xaml", 
    				  document.getElementById("quickStartAboutLogoHost"), 
    				  "quickStartAboutLogo",
                                 {width:'225', height:'139', inplaceInstallPrompt:false, background:'#00000000', isWindowless:'true', framerate:'24', version: '0.9'},
                                 {onError:null, onLoad:null},
                                 null);

}


function createNavigationPanel()

{  
      
    Silverlight.createObject("assets/toc.xaml", 
    				   document.getElementById("tocControlHost"), 
    				  "tocControl",
                                 {width:'230', height:'410', inplaceInstallPrompt:false, background:'#00000000', isWindowless:'true', framerate:'24', version:'0.9'},
                                 {onError:null, onLoad:null},
                                 null);

}

function createPhotoLogo()

{  
      
    Silverlight.createObject("assets/photo-logo.xaml", 
    				   document.getElementById("photoLogoControlHost"), 
    				  "photoLogoControl",
                                 {width:'225', height:'139', inplaceInstallPrompt:false, background:'#00000000', isWindowless:'true', framerate:'30', version:'0.9'},
                                 {onError:null, onLoad:null},
                                 null);

}

function createTextLogo()

{  
      
    Silverlight.createObject("assets/text-logo.xaml", 
    				   document.getElementById("textLogoControlHost"), 
    				  "textLogoControl",
                                 {width:'225', height:'139', inplaceInstallPrompt:false, background:'#00000000', isWindowless:'true', framerate:'24', version:'0.9'},
                                 {onError:null, onLoad:null},
                                 null);

}

function createGearsLogo()

{  
      
    Silverlight.createObject("assets/spinning-gears.xaml", 
    				   document.getElementById("gearsLogoControlHost"), 
    				  "gearsLogoControl",
                                 {width:'225', height:'139', inplaceInstallPrompt:false, background:'#00000000', isWindowless:'true', framerate:'24', version:'0.9'},
                                 {onError:null, onLoad:null},
                                 null);

}