

function title(){

document.write('<div class="title">');
document.write('<h1>Zilahi AutoGlas</h1>');
document.write('</div>');

}

function menu(){
///zilahi/2/
//document.write('<div class="sidebar" id="sidebar">');
document.write('	<ul class="menu">');
//document.write('	<li><p></p></li>');
//document.write('	<li><strong>Menü</strong></li>');
document.write('	<li><p></p></li>');
document.write('	<li><p></p></li>');
document.write('	<li><a href="/index.html">Főoldal</a></li>');
document.write('	<li><a href="/firmhistory.html">Cégtörténet</a></li>');
document.write('	<li><a href="/products.html">Termékek</a></li>');
document.write('	<li><a href="/services.html">Szolgáltatások</a></li>');
document.write('	<li><a href="/partners.html">Partnerek</a></li>');
document.write('	<li><a href="/guestbook/guest.html">Vendégkönyv</a></li>');
//document.write('	<li>&nbsp;</li>');
//document.write('	<li><a href="discussion-threaded.html">Threaded</a></li>');
//document.write('	<li><a href="discussion-threaded-item.html">Threaded Item</a></li>');
//document.write('	<li><a href="discussion-unthreaded.html">Unthreaded</a></li>');
//document.write('	<li>&nbsp;</li>');
//document.write('	<li><a href="prosandcons1.html">prosandcons1</a></li>');
//document.write('	<li><a href="prosandcons2.html">prosandcons2</a></li>');
//document.write('	<li><a href="spider1.html">spider1</a></li>');
document.write('	</ul>');
//document.write('<div class="other">');
//document.write('</div>');
//document.write('</div>');

}

function footer(){

document.write('<div class="footer">');
document.write('	<p>Készítette: <a href="http://www.gigaweb.hu/">GigaWeb.hu</a></p>');
document.write('</div>');

}

function pic_open(hiv,szel,hossz) {
	 
	
          nev = "www.zilahiautoglas.hu";
          
          if (typeof ablak=="undefined" || ablak.closed)
          {
	     ablak = window.open("", "", "width="+szel+",height="+hossz+",top=20,left=50");
          }
          ablak.resizeTo(szel+28,hossz+100);
          ablak.document.open();
          ablak.document.writeln('<html><title>'+ nev +'</title><body bgcolor="#FFFFCC"><img align="absmiddle" src=' + hiv + ' width='+ (szel - 0) + ' height=' + (hossz - 0) + '><a href="javascript:close();"><p align="center">bezár</p></a></body></html>');
          ablak.document.close();
}


