var profiles =
{
		
		window760:
		{
			height:340,
			width:760,
			status:1
		},
		
		window200:
		{
			height:200,
			width:200,
			status:1,
			resizable:0
		},

		windowCenter:
		{
			height:300,
			width:400,
			center:1
		},
		
		windowNew:
		{
			height:600,
			width:800,
			center:1,
			status:0,
			createnew:0,
			resizable:1
		}

	};


   	$(function()
	{
   		$(".popupwindow").popupwindow(profiles);
   	});
