	var profiles =
	{
		privacy:
		{
			width:650,
			height:300,
			center:1,
			scrollbars:1
		},
		disclaimer:
		{
			width:650,
			height:720,
			center:1,
			scrollbars:1
		}
	};

 	$(function(){
 		$(".popup").popupwindow(profiles);
 	});
