function openWindow3(theURL,winName) { file://v2.0
var features = 'width=575,height=490,scrollbars=yes,resizable=1,top=80,left=220';
window.open(theURL,winName,features);
}
