function Bookthis(str_for) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('book.asp?for='+str_for, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=500,height=400,left = 212,top = 84');");
}
function bookhot(str_for) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('bookhot.asp?for='+str_for, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=500,height=400,left = 212,top = 84');");
}
function bookhos(str_for) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('bookhos.asp?for='+str_for, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=500,height=400,left = 212,top = 84');");
}