$(document).ready(function() {
						   
	$('.mystats').popupWindow({ 
		height:500, 
		width:1000, 
		top:0, 
		left:0 
	}); 		  
});
