function openWindow(_name)
{
var w= window.open ("../popups/"+_name+".html",_name, "width=545,height=428,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
w.focus();
}