// JavaScript Document


try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}



function cancel(){
 win=window.open("cancel/index.html","cancel","menubar=no,scrollbars=no,resizable=yes,width=490,height=320");
}
function ticket(){
 win=window.open("ticket/index.html","ticket","menubar=no,scrollbars=yes,resizable=yes,width=490,height=550");
}
function bus(){
 win=window.open("bus/index.html","bus","menubar=no,scrollbars=yes,resizable=yes,width=620,height=550");
}

