function openStockTracker() { //v3.0
	window.name = "wsl";
  window_MF = window.open('/fortwashington/stock_tracker.php', 'Example2','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=250,height=450')
	window_MF.focus();
}

function openWindownewvideo(page,width,height){
    window_top = window.open(page, 'new', 'resizable=1,scrollbars=1,location=1,toolbar=1,menubar=1,width=500,height=400,left=1,top=1')
	window_top.focus();
}