///////////////////////////////////////////////////////////////////////////////
//
//  CreateSilverlight.js
//
// 
// © 2007 Microsoft Corporation. All Rights Reserved.
//
// This file is licensed as part of the Silverlight 1.1 SDK, for details look here: http://go.microsoft.com/fwlink/?LinkID=89145&clcid=0x409
//
///////////////////////////////////////////////////////////////////////////////

function createSilverlight()
{  
    Silverlight.createObject("SilverPy.xaml", pe, "wpf",
                                 {width:"100%", height:"100%", 
                                  inplaceInstallPrompt:false, background:'white', isWindowless:'true', 
                                  framerate:'30', version:'1.1'},
                                 {onError:null, onLoad:null},
                                 null);
}
