function createSilverlight()
{
	Silverlight.createObjectEx({
		source: "WindowPane.xaml",
		parentElement: document.getElementById("WindowPane"),
		id: "WindowPane",
		properties: {
			width: "690",
			height: "325",
			version: "1.0",
			isWindowless: 'true',
			background:'transparent', 
			inplaceInstallPrompt:'true'
		},
		events: {
		}
	})
}