/*
popupwindow
include jquery.popupwindow.js
*/
var profiles =
{
	window600:
	{
		height:500,
		width:600,
		toolbar:0,
		scrollbars:1,
		status:0,
		resizable:1,
		top:80,
		left:50
	},
	window500:
	{
		height:540,
		width:420,
		toolbar:0,
		scrollbars:1,
		status:0,
		resizable:1,
		top:80,
		left:50
	},
	schedulesingle:
	{
		height:630,
		width:520,
		toolbar:0,
		scrollbars:1,
		status:0,
		resizable:1,
		top:80,
		left:50
	},
	schedule:
	{
		height:420,
		width:680,
		toolbar:0,
		scrollbars:1,
		status:0,
		resizable:1,
		top:80,
		left:50
	},
	limitedmenu:
	{
		height:530,
		width:730,
		toolbar:0,
		scrollbars:1,
		status:0,
		resizable:1,
		top:80,
		left:50
	},
	xmas:
	{
		height:490,
		width:720,
		toolbar:0,
		scrollbars:1,
		status:0,
		resizable:1,
		top:80,
		left:50
	}
};

$(function()
{
	$(".popupwindow").popupwindow(profiles);
});
