// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function ShowMe(picURL){
newWindow=window.open(picURL,'newWin','toolbar=no,width=198,height=296,status=no')
newWindow.document.write('<html><head><\/head><body topmargin="0" leftmargin="0"><img src="'+picURL+'"><\/body><\/html>')
newWindow.focus()
}
