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