
$(document).ready(function(){
	$('#mail').popupWindow({
		centerBrowser:1,
		height:700, 
		width:800 		
	});

});