﻿if (!window.de_de_MediaCenter_FullPanelAnforderungen)
	window.de_de_MediaCenter_FullPanelAnforderungen = {};

de_de_MediaCenter_FullPanelAnforderungen.Page = function() 
{
}

de_de_MediaCenter_FullPanelAnforderungen.Page.prototype =
{
	handleLoad: function(control, userContext, rootElement) 
	{
		this.control = control;
		
		/*rootElement.addEventListener("MouseLeftButtonDown", Silverlight.createDelegate(this, this.handleMouseDown));*/
	}

	/*handleMouseDown: function(sender, eventArgs) 
	{
		window.location ="http://www.microsoft.com/CRMRedirector/default.aspx?TC=100043169";
		dcsMultiTrack("DCS.dcssip","www.microsoft.com","DCS.dcsuri","/CRMRedirector/default.aspx?TC=100043169","WT.ti","Microsoft auf der CeBit","DCSext.wt_linkid","01-00-083LDE3773","WT.dl","1","WT.ad","","WT.mc_id", "","WT.sp","");
	}*/
}