function createSilverlight()
{  
  Silverlight.createObject("main.xaml", document.getElementById("sparent"), "ag",
                                 {width:'900', height:'600', inplaceInstallPrompt:true, background:'white', version:'0.9'},
                                 {onError:onErrorHandler, onLoad:onLoaded},
                                 null);
}


     
