	var profiles =
	{

		window670:
		{
			height:450,
			width:670,
			status:1,
			center:1
		},

		window750:
		{
			height:580,
			width:750,
			status:1,
			resizable:0,
			center:1
		},

		window200:
		{
			height:200,
			width:200,
			status:1,
			resizable:0
		},

		windowCenter:
		{
			height:300,
			width:400,
			center:1
		},
		
		windowNotNew:
		{
			height:300,
			width:400,
			center:1,
			createnew:0
		}

	};



$(function() {
 //	$('.scroll_pane').jScrollPane({showArrows:true, scrollbarWidth: 15});
   	$(".popupwindow").popupwindow(profiles);
});
