
// 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();

}

function URLencode(sStr) {
    return escape(sStr).replace(/\+/g, '%2B').replace(/\"/g,'%22').replace(/\'/g, '%27');
  }



function reviewWindow2(_name)

{

var w= window.open ('../images/event/popit.php?img=' + URLencode(_name), "blub", "width=480,height=360,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no,backgroung-color=black");

w.focus();

}

function reviewWindowh(_name)

{

var w= window.open ('../images/event/popit.php?img=' + URLencode(_name), "blub", "width=480,height=640,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no,backgroung-color=black");

w.focus();

}
