<!-- DREAMWEAVER POPUP FUNCTIONS
var popUpWin = 0;

function popUpWindow(URLStr, left, right, width, height)
{
  	popUpWin = open(URLStr, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
//-->	

