/*

 * Function writes the specified period.
 *
 * internet recepcija d.o.o. - 20.11.09

*/

// Writing the Data
document.write('</td>');	
document.write('<td width="15%" align="center" style="background-color: #EAF5FF;">room 1/2 -<br>bed & breakfast</td>');
document.write('<td width="2%" align="center" style="background-color: #EAF5FF;">&nbsp;</td>');
document.write('<td width="15%" align="center" style="background-color: #EAF5FF;">room 1/2 - <br>half board</td>');
document.write('<td width="2%" align="center" style="background-color: #EAF5FF;">&nbsp;</td>');
document.write('<td width="15%" align="center" style="background-color: #EAF5FF;">apartment 1/2 type ' + "'" + 'studio' + "'" + '</td>');
document.write('<td width="2%" align="center" style="background-color: #EAF5FF;">&nbsp;</td>');
document.write('<td width="5%" align="center" style="background-color: #EAF5FF;">&nbsp;</td>');


