// JavaScript Documentfunction openWindow( url, width, height ){	window.open( url, 'newWin','width=' + width +',height=' + height + ',directories=0,toolbar=0,location=0');}