<!--//
//var newwindow;
function popwin(url) {
  newwindow = window.open(url,null,'toolbar=0,status=0,resizable=1,height=700,width=600');
  if (window.focus) {newwindow.focus()};
}
//-->
