<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		menu_01_over = newImage("menu/menu_01-over.jpg");
		menu_02_over = newImage("menu/menu_02-over.jpg");
		menu_03_over = newImage("menu/menu_03-over.jpg");
		menu_04_over = newImage("menu/menu_04-over.jpg");
		menu_05_over = newImage("menu/menu_05-over.jpg");
		menu_06_over = newImage("menu/menu_06-over.jpg");
		menu_07_over = newImage("menu/menu_07-over.jpg");
		menu_08_over = newImage("menu/menu_08-over.jpg");
		preloadFlag = true;
	}
}


function makevisible(cur,which){
strength=(which==0)? 1:0.5

if (cur.style.MozOpacity)
cur.style.MozOpacity=strength
else if (cur.filters)
cur.filters.alpha.opacity=strength*100
}






function p1()
  {
var txt="<b>Our Designs,</b><br>coupled with <br><b>our extensive experience</b> <br>that has given us an outstanding reputation as a leader in the<br><b>hospitality design industry.</b>";
  if (document.getElementById) document.getElementById("CaptionBox").innerHTML= txt;
  }

function p2()
  {
var txt="We listen carefully to our clients objectives and aspirations. ";
if (document.getElementById) document.getElementById("CaptionBox").innerHTML= txt;
  }


function p3()
  {
var txt="<b>Algiere Construction Services</b><br>create <b>unique</b> and <b>imaginative</b> design solutions.";
if (document.getElementById) document.getElementById("CaptionBox").innerHTML= txt;
  }

function p4()
  {
var txt="<b>Algiere Construction Services</b><br>are successful on an <b>aesthetic, practical and financial Level</b>";
if (document.getElementById) document.getElementById("CaptionBox").innerHTML= txt;
  }

function p5()
  {
var txt="<b>Our Designs,</b><br>coupled with <br><b>our extensive experience</b> <br>that has given us an outstanding reputation as a leader in the<br><b>hospitality design industry.</b>";
if (document.getElementById) document.getElementById("CaptionBox").innerHTML= txt;
  }

function p6()
  {
var txt="<b>Algiere Construction Services</b><br>are successful on an <b>aesthetic, practical and financial Level</b>";
if (document.getElementById) document.getElementById("CaptionBox").innerHTML= txt;
  }

function p7()
  {
var txt="<b>Algiere Construction Services</b><br>create <b>unique</b> and <b>imaginative</b> design solutions.";
if (document.getElementById) document.getElementById("CaptionBox").innerHTML= txt;
  }

function p8()
  {
var txt="<b>Algiere Construction Services</b><br>are successful on an <b>aesthetic, practical and financial Level</b>";
if (document.getElementById) document.getElementById("CaptionBox").innerHTML= txt;
  }


function logo1()
  {
var txt='“I Highly Recommend the Professional, Expert Services of Algiere Construction.<br><br> Algiere Construction is helped us to grow. Since partnering with them almost two years ago now, our corporate offices have taken on a whole new persona and both our clients and our staff could not be happier or more comfortable."';

var sign="<b>R Algiere,</b><br>CEO<br>MOET & CHANDON";

if (document.getElementById) document.getElementById("LogoBox").innerHTML= txt;
if (document.getElementById) document.getElementById("LogoBox1").innerHTML= sign;  
}

function logo0()
  {
var txt='“I Highly Recommend the Professional, Expert Services of Algiere Construction.<br><br>Since partnering with them almost two years ago now, our corporate offices have taken on a whole new persona and both our clients and our staff could not be happier or more comfortable."';

var sign="<b>Bob Geldoff,</b><br>President<br>Bank of America";

if (document.getElementById) document.getElementById("LogoBox").innerHTML= txt;
if (document.getElementById) document.getElementById("LogoBox1").innerHTML= sign;  
}




// -->
