function openWindow4(theURL,winName) { file://v2.0
var features = 'width=780,height=380,scrollbars=no,resizable=1,top=100,left=200';
window.open(theURL,winName,features);
}

