﻿var despreNoi = new Image();
despreNoi.src = "images/index/despre_noi.jpg";
var despreNoiOver = new Image();
despreNoiOver.src = "images/index/despre_noi_over.jpg";
var servicii = new Image();
servicii.src = "images/index/servicii.jpg";
var serviciiOver = new Image();
serviciiOver.src = "images/index/servicii_over.jpg";
var produse = new Image();
produse.src = "images/index/produse.jpg";
var produseOver = new Image();
produseOver.src = "images/index/produse_over.jpg";
var diverse = new Image();
diverse.src = "images/index/diverse.jpg";
var diverseOver = new Image();
diverseOver.src = "images/index/diverse_over.jpg";
var contact = new Image();
contact.src = "images/index/contact.jpg";
var contactOver = new Image();
contactOver.src = "images/index/contact_over.jpg";


var trCollection = document.getElementsByTagName("tr");
function showSection(category, section)
{
	var trID = "";
	for (var i = 0; i < trCollection.length; i++)
	{
		trID = trCollection[i].getAttribute("id");
		if(trID.substring(0,category.length+1) == category+"_")
		{
			if (trID == category+"_"+section)
			{
			    if (trCollection[i].style.display != "inline")
				    trCollection[i].style.display = "inline";
				else
				    trCollection[i].style.display = "none";
			}
			else
			{
				trCollection[i].style.display = "none";
			}
		}
	}
}

function flashIntro()
{
    document.write(
        "<OBJECT " +
            "id='baza' " +
            "codeBase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' " +
            "height='380' " +
            "width='760' " +
            "align='middle' " +
            "classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'>" +
                "<PARAM NAME='allowScriptAccess' VALUE='sameDomain'>" +
                "<PARAM NAME='movie' VALUE='baza.swf'>" +
                "<PARAM NAME='quality' VALUE='high'>" +
                "<PARAM NAME='bgcolor' VALUE='#fff2e9'>" +
                    "<embed " +
                        "src='baza.swf' " +
                        "quality='high' " +
                        "bgcolor='#fff2e9' " +
                        "width='760' " +
                        "height='380' " +
                        "name='baza' " +
                        "align='middle' " +
                        "allowScriptAccess='sameDomain' " +
                        "type='application/x-shockwave-flash' " +
                        "pluginspage='http://www.macromedia.com/go/getflashplayer' />" +
        "</OBJECT>");
}

function flashGallery(path)
{
    document.write(
        "<OBJECT " +
            "id='gallery' " +
            "codeBase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' " +
            "width='380' " +
            "height='340' " +
            "align='middle' " +
            "classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'>" +
                "<PARAM NAME='allowScriptAccess' VALUE='sameDomain'>" +
                "<PARAM NAME='movie' VALUE='"+path+"'>" +
                "<PARAM NAME='quality' VALUE='high'>" +
                "<PARAM NAME='bgcolor' VALUE='#fffdf4'>" +
                "<PARAM NAME='wmode' VALUE='transparent'>" +
                "<PARAM NAME='linkul' VALUE='galerie.xml'>" +
                    "<embed " +
                        "src='"+path+"' " +
                        "quality='high' " +
                        "bgcolor='#fffdf4' " +
                        "wmode='transparent' " +
                        "width='380' " +
                        "height='340' " +
                        "name='baza' " +
                        "align='middle' " +
                        "allowScriptAccess='sameDomain' " +
                        "type='application/x-shockwave-flash' " +
                        "linkul='galerie.xml' " +
                        "pluginspage='http://www.macromedia.com/go/getflashplayer' />" +
        "</OBJECT>");
/*
 
    AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '380',
			'height', '340',
			'src', 'galerie',
			'quality', 'high',
			'flashvars', 'linkul=galerie.xml', 
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'galerie',
			'bgcolor', '#ffffff',
			'name', 'galerie',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'galerie',
			'salign', ''
			);
 */

}
