// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function popmeup(url) {
	var params = 'width=788,height=452,menubar=no,location=no,resizable=yes,scrollbars=no,status=yes';
	window.open(url,'','left=' + (screen.width-788)/2 + ',top='+ (screen.height-452)/2 + ',' + params);
}


