fixedPointWindowControl.dashBoardWindow['RSS'] =
	{
	windowID		: 'RSS',
	windowTitle		: 'RSS Reader',
	mother			: false,
	windowSkin		: 'Gray',
	width			: 480,
	height			: 400,
	xPos			: 100,
	yPos			: 200,
	titleBarMaxWidth	: -28,
	contentAreaMaxWidth	: -10,
	titleBarHeight		: 38,
	BottomHeight		: 15,
	zindex			: 1,
	resizable		: true,
	init			: 'loadScript("widgets/rss/rssreader.js")',
	onscreen		: false
	};

fixedPointWindowControl.dashBoardWindow['youtube'] =
	{
	windowID		: 'youtube',
	windowTitle		: 'YouTube Player',
	mother			: false,
	windowSkin		: 'Gray',
	width			: 435,
	height			: 580,
	xPos			: 100,
	yPos			: 200,
	titleBarMaxWidth	: -28,
	contentAreaMaxWidth	: -10,
	titleBarHeight		: 38,
	BottomHeight		: 15,
	zindex			: 1,
	resizable		: false,
	init			: 'loadScript("widgets/youtube/youtube.js")',
	onscreen		: false
	};


fixedPointWindowControl.dashBoardWindow['uk_champs'] =
	{
	windowID		: 'uk_champs',
	windowTitle		: 'UK B-boy Championships',
	mother			: false,
	windowSkin		: 'Basic',
	width			: 480,
	height			: 400,
	xPos			: 300,
	yPos			: 300,
	titleBarMaxWidth	: -28,
	contentAreaMaxWidth	: -10,
	titleBarHeight		: 38,
	BottomHeight		: 15,
	zindex			: 1,
	resizable		: true,
	init			: false,
	page			: 'widgets/uk_champs/index.php',
	onscreen		: true
	};
	
fixedPointWindowControl.dashBoardWindow['break_sm'] =
	{
	windowID		: 'break_sm',
	windowTitle		: 'Break -SM / UBJ',
	mother			: false,
	windowSkin		: 'Basic',
	width			: 480,
	height			: 400,
	xPos			: 300,
	yPos			: 300,
	titleBarMaxWidth	: -28,
	contentAreaMaxWidth	: -10,
	titleBarHeight		: 38,
	BottomHeight		: 15,
	zindex			: 1,
	resizable		: true,
	init			: false,
	page			: 'widgets/break_sm/index.php',
	onscreen		: true
	};
	
fixedPointWindowControl.dashBoardWindow['sade'] =
	{
	windowID		: 'sade',
	windowTitle		: 'SADE',
	mother			: false,
	windowSkin		: 'Basic',
	width			: 480,
	height			: 400,
	xPos			: 300,
	yPos			: 300,
	titleBarMaxWidth	: -28,
	contentAreaMaxWidth	: -10,
	titleBarHeight		: 38,
	BottomHeight		: 15,
	zindex			: 1,
	resizable		: true,
	init			: false,
	page			: 'widgets/sade/index.php',
	onscreen		: true
	};
	
fixedPointWindowControl.dashBoardWindow['kontufestari'] =
	{
	windowID		: 'kontufestari',
	windowTitle		: 'KontuFestari',
	mother			: false,
	windowSkin		: 'Basic',
	width			: 480,
	height			: 400,
	xPos			: 300,
	yPos			: 300,
	titleBarMaxWidth	: -28,
	contentAreaMaxWidth	: -10,
	titleBarHeight		: 38,
	BottomHeight		: 15,
	zindex			: 1,
	resizable		: true,
	init			: false,
	page			: 'widgets/kontufestari/index.php',
	onscreen		: true
	};
	
fixedPointWindowControl.dashBoardWindow['taukojam'] =
	{
	windowID		: 'taukojam',
	windowTitle		: 'Tauko Jam #4',
	mother			: false,
	windowSkin		: 'Basic',
	width			: 480,
	height			: 400,
	xPos			: 300,
	yPos			: 300,
	titleBarMaxWidth	: -28,
	contentAreaMaxWidth	: -10,
	titleBarHeight		: 38,
	BottomHeight		: 15,
	zindex			: 1,
	resizable		: true,
	init			: false,
	page			: 'widgets/taukojam/index.php',
	onscreen		: true
	};
	
fixedPointWindowControl.dashBoardWindow['sign'] =
	{
	windowID		: 'sign',
	windowTitle		: 'SIGN IN',
	mother			: false,
	windowSkin		: 'Basic',
	width			: 580,
	height			: 540,
	xPos			: 500,
	yPos			: 100,
	titleBarMaxWidth	: -28,
	contentAreaMaxWidth	: -10,
	titleBarHeight		: 38,
	BottomHeight		: 15,
	zindex			: 1,
	resizable		: true,
	init			: false,
	page			: 'widgets/sign/index.php',
	onscreen		: true
	};