function popUp(URL,w,h){
    newWindow = window.open('','Galerija','width='+w+',height='+h+',left = 200, top = 200');
    newWindow.document.open();
    newWindow.document.write('<html><link rel=\"stylesheet\" type=\"text/css\" href=\"stilius/stilius.css\" /><title>Galerija</title><body onclick=\"window.close()\">');
	newWindow.document.write("<img src=\"" + URL + "\">");
	newWindow.document.write("</body></html>");
	newWindow.focus();
	onclick=newWindow.document.close();
}
function zemelapis(){
    newWindow = window.open('','Žemėlapis','width=600,height=430,left = 200, top = 200');
    newWindow.document.open();
    newWindow.document.write('<html><link rel=\"stylesheet\" type=\"text/css\" href=\"stilius/stilius.css\" /><title>Žemėlapis</title><body>');
    newWindow.document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="430">\n');
    newWindow.document.write('<param name="movie" value="stilius/zemelapis.swf" />\n');
    newWindow.document.write('<param name="quality" value="high" />\n');
    newWindow.document.write('<embed src="stilius/zemelapis.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="430"></embed>\n');
    newWindow.document.write('</object>\n');
    newWindow.document.write("</body></html>");
    newWindow.focus();
}
function karta(){
    newWindow = window.open('','Карта','width=600,height=430,left = 200, top = 200');
    newWindow.document.open();
    newWindow.document.write('<html><link rel=\"stylesheet\" type=\"text/css\" href=\"stilius/stilius.css\" /><title>Карта</title><body>');
    newWindow.document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="430">\n');
    newWindow.document.write('<param name="movie" value="stilius/zemelapis.swf" />\n');
    newWindow.document.write('<param name="quality" value="high" />\n');
    newWindow.document.write('<embed src="stilius/zemelapis.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="430"></embed>\n');
    newWindow.document.write('</object>\n');
    newWindow.document.write("</body></html>");
    newWindow.focus();
}
