zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[0][0] = '<A HREF="who_are_we.html" CLASS="ejsmenu">Who are we?</A>';
zlien[0][1] = '<A HREF="our_factory.html" CLASS="ejsmenu">Our factory</A>';
zlien[1][0] = '<A HREF="news.asp" CLASS="ejsmenu">News</A>';
zlien[1][1] = '<A HREF="our_lastest_products.html" CLASS="ejsmenu">Our latest products</A>';
zlien[2][0] = '<A HREF="financial_tombstones.html" CLASS="ejsmenu">Financial tombstones</A>';
zlien[2][1] = '<A HREF="awards_trophies.html" CLASS="ejsmenu">Awards - Trophies</A>';
zlien[2][2] = '<A HREF="made_to_order.html" CLASS="ejsmenu">Made to order</A>';
zlien[2][3] = '<A HREF="signs_and_boards.html" CLASS="ejsmenu">Signs and boards</A>';
zlien[2][4] = '<A HREF="other_products.html" CLASS="ejsmenu">Other products</A>';
zlien[3][0] = '<A HREF="laser-cutting.html" CLASS="ejsmenu">Laser cutting</A>';
zlien[3][1] = '<A HREF="digital_equipment.html" CLASS="ejsmenu">Digital equipment</A>';
zlien[3][2] = '<A HREF="serigraphy_screen_print.html" CLASS="ejsmenu">Serigraphy-Screen print</A>';
zlien[3][3] = '<A HREF="laser_engraving.html" CLASS="ejsmenu">Laser engraving</A>';
zlien[3][4] = '<A HREF="raw_materials.html" CLASS="ejsmenu">Raw materials</A>';
zlien[4][0] = '<A HREF="contact_us.php" CLASS="ejsmenu">Contact us</A>';
zlien[4][1] = '<A HREF="address.html" CLASS="ejsmenu">Address</A>';

function pop(msg,pos)
{
document.getElementById("topdeck").style.display = "none";

a=true

document.getElementById("topdeck").style.left = pos+"px";


var content ='<div class="div_menu_flotant">';
pass = 0

while (pass < msg.length)
	{
	content += '<div class="separation_menu"></div>'+msg[pass];
	pass++;
	}

content += '</div>';


document.getElementById("topdeck").innerHTML = content;
document.getElementById("topdeck").style.display = "block";
}
function kill()
{
document.getElementById("topdeck").style.display = "none";
}
document.onclick = kill;