function tab(caption,content,tabNumber){this.setId=setId;this.caption=caption;this.content=content;this.write=writeTab;this.writeContent=writePane;}
function addTab(tab){tab.setId("tab"+this.tabs.length);this.tabs[this.tabs.length]=tab;}
function setId(id){this.id=id;}
function writePane(){document.write("<div class='pane tableWidth' style='block' id='pn_"+this.id+"'>");document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'>");document.write("<tr class='mainTable'>");document.write("<td background='/hotelall/img_tabs/tbl_main_leftM.gif' width='8'><img src='/hotelall/img_tabs/null.gif' width='8' height='6' border='0'></td>");document.write("<td width='100%'><img src='/hotelall/img_tabs/space.gif' width='1' height='6' border='0'></td>");document.write("<td background='/hotelall/img_tabs/tbl_main_rightM_in.gif'  width='5'><img src='/hotelall/img_tabs/null.gif' width='5' height='6' border='0'></td>");document.write("<td background='/hotelall/img_tabs/tbl_main_rightM_out.gif' class='unselected' width='2'><img src='/hotelall/img_tabs/null.gif' width='2' height='6' border='0'></td>");document.write("</tr><tr class='mainTable'>");document.write("<td background='/hotelall/img_tabs/tbl_main_leftM.gif' width='8'><img src='/hotelall/img_tabs/null.gif' width='8' height='1' border='0'></td>");document.write("<td width='100%' class='innerTableLine'>");document.write("<table width='100%' border='0' cellspacing='1' cellpadding='1'>");document.write("<tr class='innerTableBg'>");document.write("<td class='innerTable'>");document.write("<table width='100%' border='0' cellspacing='0' cellpadding='3'>");document.write("<tr>");document.write("<td width='100%'>"+this.content+"</td>");document.write("<td><img src='/hotelall/img_tabs/space.gif' width='8' height='1' border='0'></td>");document.write("</tr>");document.write("</table>");document.write("</td>");document.write("</tr>");document.write("</table>");document.write("</td>");document.write("<td background='/hotelall/img_tabs/tbl_main_rightM_in.gif' width='5'><img src='/hotelall/img_tabs/null.gif' width='5' height='1' border='0'></td>");document.write("<td background='/hotelall/img_tabs/tbl_main_rightM_out.gif' class='unselected' width='2'><img src='/hotelall/img_tabs/null.gif' width='2' height='1' border='0'></td>");document.write("</tr>");document.write("<tr class='mainTable'>");document.write("<td background='/hotelall/img_tabs/tbl_main_bt_left.gif' width='8'><img src='/hotelall/img_tabs/null.gif' width='8' height='1' border='0'></td>");document.write("<td width='100%'><img src='/hotelall/img_tabs/tbl_main_rightM_in.gif' width='1' height='1' border='0'></td>");document.write("<td width='5'><img src='/hotelall/img_tabs/tbl_main_rightM_in.gif' width='5' height='1' border='0'></td>");document.write("<td background='/hotelall/img_tabs/tbl_main_rightM_out.gif' class='unselected' width='2'><img src='/hotelall/img_tabs/null.gif' width='2' height='1' border='0'></td>");document.write("</tr>");document.write("<tr class='mainTable'>");document.write("<td width='8'><img src='/hotelall/img_tabs/tbl_main_bt_left.gif' width='8' height='6' border='0'></td>");document.write("<td width='100%' background='/hotelall/img_tabs/tbl_main_btM.gif'><img src='/hotelall/img_tabs/null.gif' height='6' border='0'></td>");document.write("<td width='5'><img src='/hotelall/img_tabs/tbl_main_bt_right_in.gif' width='5' height='6' border='0'></td>");document.write("<td width='2'><img src='/hotelall/img_tabs/tbl_main_bt_right_out.gif' width='2' height='6' border='0'></td>");document.write("</tr>");document.write("</table>");document.write("</div>");}
function writeTab(){document.write("<td style='padding: 1px 1px 0px 1px;'>");document.write("<div class='unselectedTab tabSize' id='"+this.id+"' onclick='showPane(this)'>");document.write("<table width='100%' height='100%' border='0' cellspacing='0' cellpadding='0'><tr>");document.write("<td class='leftTop'><img src='/hotelall/img_tabs/null.gif'></td>");document.write("<td class='tab'><img src='/hotelall/img_tabs/null.gif'></td>");document.write("<td class='rightTop'><img src='/hotelall/img_tabs/null.gif'></td></tr>");document.write("<tr><td rowspan='2' class='leftTabBorder'></td></tr>");document.write("<tr>");document.write("<td align='center' class='tabs'>"+this.caption+"</td>");document.write("<td class='rightTabBorder'><img src='/hotelall/img_tabs/null.gif'></td>");document.write("</tr></table>");document.write("</div>");document.write("</td>");}
function writeTabstrip(){document.write("<table border='0' cellspacing='0' cellpadding='0'><tr>");for(var i=0;i<this.tabs.length;i++){this.tabs[i].write();}
document.write("</tr></table>");for(var k=0;k<this.tabs.length;k++){this.tabs[k].writeContent();}
initiate();}

