function createSilverlight()
{
	Silverlight.createObject(

		"xaml/main.xaml",
		document.getElementById("mySilverlightPluginHost"),
		"mySilverlightPlugin",
		
		{
			width:'760',
			height:'290',
			inplaceInstallPrompt:false,
			background:'white',
			isWindowless:'true',

			framerate:'24',
			version:'1.0'
		},
		{
			onError:null,
			onLoad:null
		},
	null); 
}


