/*

 * Function writes the specified period.
 *
 * internet recepcija d.o.o. - 05.11.09

*/

// Writing the Data
document.write('</td>');	
document.write('<td width="15%" align="center" style="background-color: #EAF5FF;">room 1/2 type ' + "'standard'" +'</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 type ' + "'balcony'" +'</td>');
document.write('<td width="6%" align="center" style="background-color: #EAF5FF;">&nbsp;</td>');
document.write('<td width="6%" align="center" style="background-color: #EAF5FF;">&nbsp;</td>');
document.write('<td width="6%" align="center" style="background-color: #EAF5FF;">&nbsp;</td>');
document.write('<td width="6%" align="center" style="background-color: #EAF5FF;">&nbsp;</td>');


