function show(evt, what, schId, cmpId) { var w=250;var h=300; url='http://www.careercolleges.com/pop_show.php?what=' + what + '&schId=' + schId + '&cmpId=' + cmpId; var win = window.open(url, 'infowindow','toolbar=yes,width='+w+',height='+h+',directories=0,status=0,scrollbars=1,toolbar=0,resizable=1,menubar=0,location=0,screenX=100,screenY=75,left=100,top=75,copyhistory=0'); win.focus(); }