var profiles = {
	windowCenter: {
		height:450,
		width:600,
		scrollbars:1,
		center:1
	},
	windowCenterLarge: {
		height:650,
		width:700,
		scrollbars:1,
		center:1
	},
 	windowCenterVLarge: {
		height:650,
		width:850,
		scrollbars:1,
		center:1
	},
 	windowMedia: {
		height:150,
		width:450,
		scrollbars:0,
		center:1
	}     
};
$(function() {
	$(".popupwindow").popupwindow(profiles);
});

