// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function pop(image) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(image, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=480,left = 0,top = 0');");
}