
function popUp(URL) {
videopage = window.open(URL,'videopage','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=310');
}

function popUp2(URL) {
videopage = window.open(URL,'videopage','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=290,height=380');
}


var DOM = (document.getElementById) ? true : false;
var NS4 = (document.layers) ? true : false;
var BrowserString = NS4 ? "NS4" : DOM ? "DOM" : "DOM";

var showroomx=0;
var showroomy=0;
var contactx=0;
var contacty=0;
var aboutx=0;
var abouty=0;
var careerx=0;
var careery=0;
var careerx=0;
var careery=0;


function getImgWidth(imgID) {
	return eval(imgID).width;
    }

function getImgHeight(imgID) {
	return eval(imgID).height;
    }
	
function getImgXfromLeft(imgID) {
    if (BrowserString == "NS4") return eval(imgID).x
    else return getRealLeft(imgID);
    }

function getImgYfromTop(imgID) {
	if (BrowserString == "NS4") return eval(imgID).y
    else return getRealTop(imgID);
    }	
	
function getRealLeft(imgElem) {
	xPos = eval(imgElem).offsetLeft;
    tempEl = eval(imgElem).offsetParent;
    while (tempEl != null) {
    	xPos += tempEl.offsetLeft;
        tempEl = tempEl.offsetParent;
        }
    return xPos;
    }

function getRealTop(imgElem) {
	yPos = eval(imgElem).offsetTop;
	tempEl = eval(imgElem).offsetParent;
    while (tempEl != null) {
    	yPos += tempEl.offsetTop;
        tempEl = tempEl.offsetParent;
        }
	return yPos;
    }

function fwLoadMenus() {
  if (window.fw_menu_0) return;

  window.fw_menu_0 =  new Menu("root",130,19,"Arial, Helvetica, sans-serif",12,"#E4882D","#E4882D","#FFFFFF","#CCCCCC");
  fw_menu_0.addMenuItem("Houston","location='/contact_hou.html'");
  fw_menu_0.addMenuItem("San Antonio","location='/contact_sa.html'");
  fw_menu_0.addMenuItem("Ohio","location='/contact_ohio.html'");
  fw_menu_0.addMenuItem("Alabama","location='/contact_al.html'");
  fw_menu_0.hideOnMouseOut=true;
  
  
  
   window.fw_menu_1 = new Menu("root",130,19,"Arial, Helvetica, sans-serif",12,"#E4882D","#E4882D","#FFFFFF","#CCCCCC");
   fw_menu_1.addMenuItem("General Inquiry","location='/contact.html'");
   fw_menu_1.addMenuItem("Houston","location='/contact_hou.html'");
   fw_menu_1.addMenuItem("San Antonio","location='/contact_sa.html'");
   fw_menu_1.addMenuItem("Ohio","location='/contact_ohio.html'");
   fw_menu_1.addMenuItem("Alabama","location='/contact_al.html'");
   fw_menu_1.addMenuItem("Order a Catalog","location='mailto:info@aztecusa.com'");
   fw_menu_1.hideOnMouseOut=true;  

   window.fw_menu_2 = new Menu("root",130,19,"Arial, Helvetica, sans-serif",12,"#E4882D","#E4882D","#FFFFFF","#CCCCCC");
   fw_menu_2.addMenuItem("News","location='/articles.php'");
   fw_menu_2.addMenuItem("Careers","location='/careers.html'");
   fw_menu_2.addMenuItem("FAQs","location='/faq.html'");
   fw_menu_2.hideOnMouseOut=true;  

 fw_menu_2.writeMenus();
} 

var testnum = 13;  
  