// JavaScript Documentfunction newWindow(winurl,winname,winfeatures){newWin=window.open(winurl,winname,winfeatures);}
