<!--

function popConcept(){
        var popWidth = (window.screen.width/2) - (380 + 10);
        var popHeight = (window.screen.height/2) - (200 + 50); 
        
        //alert ( "w = " + popWidth + " and h = " + popHeight )
        
        var popConcept=window.open ("../../../rec/concept.html","3C", "toolbar=0,resizable=0,location=0,menubar=0,status=0,width=380,height=200,left=" + popWidth + ",top=" + popHeight + ",screenX=" + popWidth + ",screenY=" + popHeight + ",scrollbars=0");
        //popFlash.focus();
        
}

function popCardboard(){
        var popWidth = (window.screen.width/2) - (380 + 10);
        var popHeight = (window.screen.height/2) - (200 + 50); 
        
        //alert ( "w = " + popWidth + " and h = " + popHeight )
        
        var popCardboard=window.open ("../../../rec/cardboard.html","3C", "toolbar=0,resizable=0,location=0,menubar=0,status=0,width=380,height=200,left=" + popWidth + ",top=" + popHeight + ",screenX=" + popWidth + ",screenY=" + popHeight + ",scrollbars=0");
        //popFlash.focus();
        
}

function popConcrete(){
        var popWidth = (window.screen.width/2) - (380 + 10);
        var popHeight = (window.screen.height/2) - (200 + 50); 
        
        //alert ( "w = " + popWidth + " and h = " + popHeight )
        
        var popConcrete=window.open ("../../../rec/concrete.html","3C", "toolbar=0,resizable=0,location=0,menubar=0,status=0,width=380,height=200,left=" + popWidth + ",top=" + popHeight + ",screenX=" + popWidth + ",screenY=" + popHeight + ",scrollbars=0");
        //popFlash.focus();
        
}
function openL(imageName){ 
	openLarge(imageName+'.jpg'); 
} 
function openLarge(imageName) 
{ 
	newWindow = window.open("","newWindow","width=800,height=600"); 
	newWindow.document.open(); 
	newWindow.document.write('<HTML><TITLE>VIA Concepts</TITLE><BODY bgcolor="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">'); 
	newWindow.document.write('<TABLE WIDTH=100% HEIGHT=100% BORDER=0><TR VALIGN=MIDDLE><TD ALIGN=CENTER>');
	newWindow.document.write('<a href="javascript:close()"><IMG SRC="'+imageName+'" ALT="VIA Concepts" border="0"></a>'); 
	newWindow.document.write('</TD></TR></TABLE></BODY></HTML>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
} 

if (document.images){
 ImageArray = new Array()
}

function BuildArray(){
 if (document.images){
  for (var i = 0; i < arguments.length; i++){
   eval('ImageArray["' + arguments[i] + '0"] = new Image()')
   eval('ImageArray["' + arguments[i] + '0"].src="../../../img/btn_' + arguments[i] + '_0.gif"')
   eval('ImageArray["' + arguments[i] + '1"] = new Image()')
   eval('ImageArray["' + arguments[i] + '1"].src="../../../img/btn_' + arguments[i] + '_1.gif"')
  }
 }
}

function Rollover(which){
 if (document.images){
  eval('document.' + which + '.src = ImageArray["' + which + '1"].src')
 }
}

function Rollout(which){
 if (document.images){
  eval('document.' + which + '.src = ImageArray["' + which + '0"].src')
 }
}

BuildArray('firm','news','work','clients','contact','currentprojects','pastprojects','competitions','misc','graphic');
//-->

