// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function open_popup(html_page)
{
	window.open(html_page,"mywindow","menubar=1,resizable=1,width=550,height=350"); 
}

function open_popup_mail(html_page)
{
	window.open(html_page,"mywindow_mail","menubar=1,resizable=1,width=550,height=350"); 
}
