<SCRIPT TYPE="text/javascript" >

var popUpWin=0;	
function popup3()

{

  if(popUpWin)

  {

    if(!popUpWin.closed) popUpWin.close();

  }

  popUpWin = open('review.php', 'popUpWin3', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=500,height=500,left=1, top=1,screenX=1,screenY=1');

}
</SCRIPT>
