function goSlang(address){ newWindow = window.open(address,"Slang","width=500,height=500,center,scrollbars=1,resizable=1"); newWindow.focus(); return; } document.write('');