//HV Menu- by Ger Versluis (http://www.burmees.nl/)
//Submitted to Dynamic Drive (http://www.dynamicdrive.com)
//Visit http://www.dynamicdrive.com for this script and more
  
function Go(){return;}
if (window.addEventListener)
window.addEventListener('resize', function(e) {ReDoWhole()}, false);
else
window.onresize = function() { ReDoWhole(); }