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