function windowopen(theURL) { //v2.0
         window.open(theURL,OpenWindow, 'scrollbars=yes,resizable=yeswidth=600,height=350');
 }
