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