var used='';

function openWindow(theURL, winName, features) {
   new_window = window.open(theURL,winName,features);
}
