<!-- Hide script from old browsers
function openPage(theURL) { //v2.0
  newWindow = window.open(theURL,'10_reasons_to_choose_a_Perfecta_awning','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=775,height=500');
  newWindow.focus();
  newWindow.document.close();  
}

function closePage() { //v2.0
   newWindow.close();
}
//End Hiding from old browsers-->
