// JavaScript Document
<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
function load(url,scrl,w,h) {

var load = window.open(url,'','scrollbars='+scrl+',menubar=no,height='+h+',width='+w+',resizable=yes,toolbar=no,location=no,status=no');

}
// <a href="javascript:load('ase.html')">Open Window</a> -->