function OpenWin1(){
  var win1=window.open('compe2009.html','newwin1','toolbar=no,status=no,menubar=no,scrollbars=yes,resizable,width=450,height=600');
}
function OpenWin2(){
  var win2=window.open('booking/index.html','newwin2','toolbar=no,status=no,menubar=no,scrollbars=yes,resizable,width=650,height=700');
}
