// JavaScript Documentfunction openNewWin(URL, winName, features){	window.open(URL, winName, features);}
