//popup window

function popup(page, top, left, width, height){

        window.open(page,'popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top='+ top + ',left=' + left + ',width=' + width + ',height=' + height)

}


// <a href="javascript:popup('add-url-here', 100, 100, 617, 663)"><img src="add-image-here" width="125" height="30" border="0" align="texttop" /></a></p>

// <script type="text/javascript" src="popup.js">/script>
