
// opens window with submitted name 

function reviewWindow(_name)

{

var w= window.open ("images/event/"+_name+".html",_name, "width=480,height=360,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no");

w.focus();

}
