function openPopup(href) { var myWindow = window.open(href, windowname, 'width=400,height=200,scrollbars=1, toolbar=0'); myWindow.focus(); }