// JScript source code

function createSilverlight()

{  
    Silverlight.createObject("resolver.xaml", document.getElementById("SilverlightPluginHost"), "SilverlightPlugin",
                                 {width:'0', height:'0',version:'1.1'},
                                 {onError:null, onLoad: silverlightChanges},
                                 null);
                                 
                                 
}


     
