<!--

var pictures=new Array()

pictures[0]= "./img/logo/_romania250.jpg"

pictures[1]= "./img/proj/cranes.jpg"

pictures[2]= "./img/proj/metro_pic.jpg"

pictures[3]= "./img/proj/roofs.jpg"





img1_1=new Image(142,97)

img1_1.src="./img/proj/crane_1.jpg"

img1_2=new Image(142,97)

img1_2.src="./img/proj/crane_2.jpg"





img2_1=new Image(142,97)

img2_1.src="./img/proj/metro_1.jpg"

img2_2=new Image(142,97)

img2_2.src="./img/proj/metro_2.jpg"





img3_1=new Image(50,33)

img3_1.src="./img/proj/roof_1.jpg"

img3_2=new Image(50,33)

img3_2.src="./img/proj/roof_2.jpg"





img1_11=new Image(50,33)

img1_11.src="./img/proj/crane_11.jpg"

img1_21=new Image(50,33)

img1_21.src="./img/proj/crane_21.jpg"





img2_11=new Image(50,33)

img2_11.src="./img/proj/metro_11.jpg"

img2_21=new Image(50,33)

img2_21.src="./img/proj/metro_21.jpg"





img3_11=new Image(50,33)

img3_11.src="./img/proj/roof_11.jpg"

img3_21=new Image(50,33)

img3_21.src="./img/proj/roof_21.jpg"







var content=new Array()

//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have

content[0]='<br><big><b>Menus and navigation systems</b></big><br>Click here for DHTML scripts that help enhance your site\'s navigability, such as collapsible menus, sliding menu bars etc.'

content[1]='<br><big><b>Macarale</b></big><br>Sisteme automate pentru macarale si echipamente de ridicare '

content[2]='<br><big><b>Sisteme</b></big><br>Sisteme automate pentru ridicarea de echipamente grele '

content[3]='<br><big><b>Acoperisuri</b></big><br>Sisteme automate pentru acoperisuri mobile '

content[4]='<br><big><b>Alte proiecte</b></big><br>.....'

content[5]='<br><big><b>Dynamic clocks and dates</b></big><br>Time is never static, so why should your time script be? Enter for DHTML scripts that actually understand this simple truth.'

content[6]='<br><big><b>Text animations</b></big><br>Text have been silent for too long- DHTML promises to free them, with flying text, typing text, dragable text, and more.'

content[7]='<br><big><b>Browser window</b></big><br>Click here scripts related to the browser window and frames.'

content[8]='<br><big><b>Other</b></big><br>All scripts that don\'t comfortably fit in any of the above categories go here...'



function regenerate(){

window.location.reload()

}

function regenerate2(){

if (document.layers)

setTimeout("window.onresize=regenerate",450)

}



function changetext(whichcontent){

if (document.all)

descriptions.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'

else if (document.layers){

document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')

document.d1.document.d2.document.close()

}



}



function cleartext(whichcontent){

if (document.all)

descriptions.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'

else if (document.layers){

document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')

document.d1.document.d2.document.close()

}



}









function filter(imagename,objectsrc){

if (document.images)

document.images[imagename].src=eval(objectsrc+".src")

}



function load_picture(index)

{

	document.images['bigpicture'].src=pictures[index];

}



function clear_picture()

{

	document.images['bigpicture'].src=pictures[0];

}



//-->
