params += ', toolbar=no';
		newwin=window.open(url,'Chat', params);
		if (window.focus) {newwin.focus()}
		return false;
   }
</script>
</head>
<body>
<div id="content" align="center">
 <h1>
  <?php 
echo $bsiCore->config['conf_hotel_name'];
?>
 </h1>
 <?php 
$bookingDetails = $bsibooking->generateBookingDetails();
?>
 <div id="wrapper" style="width:600px !important;">
  <h2 align="left" style="padding-left:5px;"><?php 
echo BOOKING_DETAILS_TEXT;
?>
</h2>
  <hr color="#e1dada"  style="margin-top:3px;"/>
  <br />
  <table cellpadding="4" cellspacing="1" border="0" width="100%" bgcolor="#FFFFFF" style="font-size:13px;">
   <tr>
    <td bgcolor="#f2f2f2" align="center"><strong><?php 
echo CHECKIN_DATE_TEXT;
?>
</strong></td>
    <td bgcolor="#f2f2f2" align="center"><strong><?php