function closeMe() { window.close(); } function ChangeViewCodeIcon(key) { var i; var imageElements = document.getElementsByName("vcImage"); for(i=0; i= 0) { // Get the URL to the file url = oSelectBox.options[sIndex].value; // Set the configuration wConfig += 'directories=0,'; wConfig += 'location=0,'; wConfig += 'menubar=0,'; wConfig += 'resizable=1,'; wConfig += 'scrollbars=1,'; wConfig += 'status=0,'; wConfig += 'toolbar=0'; // Launch the window window.open(url, 'ViewSampleSource', wConfig); } }