
  function winOpen(href) {
  	var w = window.open(href,'newWin','width=870,height=600,resizable,toolbar,scrollbars,menubar,status');
	w.focus();
  } 
  function winOpenLogo(href) {
  	var w = window.open(href,'newWin','width=600,height=450,resizable,toolbar,scrollbars,menubar,status');
	w.focus();
  } 
  function winOpenTall(href) {
  	var w = window.open(href,'newWin','width=750,height=700,resizable,toolbar,scrollbars,menubar,status');
	w.focus();
  } 
