function scrie(x) {
	  document.write(x);
}
function sus() {
	scrie('<table border="0" cellpadding="0" cellspacing="0" width="754" height="380">');
	scrie('<tr height="26">');
	scrie('<td width="73" background="imag/colt1.gif" height="26">&nbsp;</td>');
	scrie('<td bgcolor="#FFFFFF" width="657" background="imag/sus.gif" height="26">&nbsp;</td>');
	scrie('<td width="29" height="26" background="imag/colt2.gif">&nbsp;</td>');
	scrie('</tr> <tr>');
	scrie('<td width="73" bgcolor="#FFFFFF" background="imag/stanga.gif" height="330">&nbsp;</td>');
	scrie('<td width="657" bgcolor="#FFFFFF" height="330" valign="top">');
	 scrie('<div align="center">');
	  scrie('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	  scrie('<tr>');
	  scrie('<td width="100%">');
	   scrie('<div align="center">');
	   		scrie('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
			scrie('<tr>');
			scrie('<td width="50%"><img border="0" src="sigla_mica.jpg" width="183" height="115" alt="Pensiunea La Jura, Neptun"></td>');
			scrie('  </center>');
			scrie('<td width="50%">');
			scrie('<p align="right"><img border="0" src="pensiunea.gif" width="225" height="40" alt="Cazare la Neptun, litoral, mare, Mangalia"><br>');
			scrie('<a href="en/pag1.htm"><img border="0" src="englez.jpg" width="32" height="18" title="English" alt="accomodation on the romanian Black Sea"></a></td>');
			scrie('</tr>');
			scrie('</table>');
		scrie('</div>');
	   scrie('</td>');
	   scrie('</tr>');
	   scrie('<center>');	
}

function meniu() {
	scrie('<tr height="30">');
	 scrie('<td background="imag/mdl.png"> &nbsp;&nbsp;&nbsp; ');
	 scrie('<a href="pag1.htm" title="Despre Pensiunea La Jura, Neptun">Despre Noi</a> &nbsp;&nbsp; |  &nbsp;&nbsp;');
	 scrie('<a href="pag4.htm" title="Servicii de cazare pe Litoral">Servicii</a> &nbsp;&nbsp; |  &nbsp;&nbsp;');
     scrie('<a href="pag2.htm" title="Unde in Neptun ne aflam">Asezare</a> &nbsp;&nbsp; |  &nbsp;&nbsp;');
	 scrie('<a href="pag5.htm" title="Evenimente pe Litoral">Evenimente</a> &nbsp;&nbsp; |  &nbsp;&nbsp;');
	 scrie('<a href="pag6.htm" title="Cazare la Neptun">Tarife si rezervari</a>');
	 scrie('</td>');
	scrie('</tr>');
}

function contact() {
  scrie('<div class="contact1">');
    scrie('<div class="contact_m">  <b>Contact</b> </div>');
    scrie('<div class="contact">');
     scrie('&nbsp;	<br>');
     scrie('E-mail: <a href="mailto:cazare@pensiunealajura.ro" style="font-weigth: no; color: #223378;" title="Cerere de cazare">cazare@pensiunealajura.ro</a> <br />');
     scrie('Tel: 0722 563 050');
    scrie('</div>');
  scrie('</div>');
}

function mm_open(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function openPicture_original(imageName,imageWidth,imageHeight,alt,posLeft,posTop) {  // v4.01
       newWindow= window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",scrollbars=no,left="+posLeft+",top="+posTop);
       newWindow.document.open();
       newWindow.document.write('<html><title>' + alt + '</title><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">');
       newWindow.document.write('<img src=\"'+imageName+'\" width='+imageWidth+' height='+imageHeight+' alt=\"'+alt+'\">');
       newWindow.document.write('</body></html>');
       newWindow.document.close();
       newWindow.focus();
}


function openPicture(imageName,imageWidth,imageHeight,alt,posLeft,posTop) {  // v4.01
       newWindow= window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",scrollbars=no,left="+posLeft+",top="+posTop);
       newWindow.document.open();
       newWindow.document.write('<html><title>' + alt + '</title><body background=\"'+imageName+'\" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">');
       imageHeight = imageHeight-25;
       newWindow.document.write('<div style=\"FONT-FAMILY:Arial; SIZE: 12pt; left: 30px; top: '+imageHeight+'; POSITION: relative;\">');
       newWindow.document.write('<font color="#444411">' + alt + '</font></div>');
       imageHeight = imageHeight-26;
       newWindow.document.write('<div style=\"FONT-FAMILY:Arial; SIZE: 12pt; left: 29px; top: '+imageHeight+'px; POSITION: relative;\">');
       newWindow.document.write('<font color="#eeeeaa">' + alt + '</font></div>');
       newWindow.document.write('</body></html>');
       newWindow.document.close();
       newWindow.focus();
}
