$(function(){
	$('.popupWindow').popupWindow({ 
		height:700, 
		width:990,
		centerBrowser:1,
		resizable:1,
		scrollbars:1
	}); 
	
});
