var pagetrack=new Image(0,0);
pagetrack.src = '/cgi-bin/pagetracker.cgi';

function transfer(thehref){
	DrawMenu();
	document.location='http://visualsteel.com'+thehref;
}

function NextSwap(){
	timeFUNCT=setTimeout('DrawMenu()',500)
}

function SwapFUNC1(){
	document.getElementById('Nav1').innerHTML='<table cellpadding="0" cellspacing="0" border="0" width="121" background="/images/nav_menu.gif"><tr><td class="nav_sub" nowrap><img src="/images/.gif" width="5" height="5"><br><a href="javascript:transfer(\'/about_us.shtml\');" onMouseOut="NextSwap()" onMouseOver="PauseTimer()" class="formtextwhite">about us</a><br><a href="javascript:transfer(\'/mission.shtml\');" onMouseOut="NextSwap()" onMouseOver="PauseTimer()" class="formtextwhite">mission</a><br><a href="javascript:transfer(\'/experience.shtml\');" onMouseOut="NextSwap()" onMouseOver="PauseTimer()" class="formtextwhite">experience</a><br><a href="javascript:transfer(\'/accounts.shtml\');" onMouseOut="NextSwap()" onMouseOver="PauseTimer()" class="formtextwhite">accounts</a><br><img src="/images/.gif" width="5" height="5"></td></tr><tr><td bgcolor="#000000"><img src="/images/.gif" width="1" height="1"></td></tr></table>';
	if(document.getElementById('splashMessage')) {
		document.getElementById('splashMessage').innerHTML='<b>who we are :</b> Visual Steel is a multimedia solutions firm servicing the outsourcing needs of businesses large and small.';
	}
	if(timeFUNCT){
		PauseTimer()
	}
	DrawHit();
}

function SwapFUNC2(){
	document.getElementById('Nav2').innerHTML='<table cellpadding="0" cellspacing="0" border="0" width="121"  background="/images/nav_menu.gif"><tr><td class="nav_sub" nowrap><img src="/images/.gif" width="5" height="5"><br><a href="javascript:transfer(\'/products.shtml\');" onMouseOut="NextSwap()" onMouseOver="PauseTimer()" class="formtextwhite">products</a><br><a href="javascript:transfer(\'/services.shtml\');" onMouseOut="NextSwap()" onMouseOver="PauseTimer()" class="formtextwhite">services</a><br><a href="javascript:transfer(\'/marketing.shtml\');" onMouseOut="NextSwap()" onMouseOver="PauseTimer()" class="formtextwhite">marketing</a><br><img src="/images/.gif" width="5" height="5"></td></tr><tr><td bgcolor="#000000"><img src="/images/.gif" width="1" height="1"></td></tr></table>';
	if(document.getElementById('splashMessage')) {
		document.getElementById('splashMessage').innerHTML='<b>your needs :</b> We will help you identify the needs and consolidate the functions required to implement the best solutions.';
	}
	if(timeFUNCT){
		PauseTimer()
	}	
	DrawHit();
}

function SwapFUNC3(){
	document.getElementById('Nav3').innerHTML='<table cellpadding="0" cellspacing="0" border="0" width="121"  background="/images/nav_menu.gif"><tr><td class="nav_sub" nowrap><img src="/images/.gif" width="5" height="5"><br><a href="javascript:transfer(\'/design.shtml\');" onMouseOut="NextSwap()" onMouseOver="PauseTimer()" class="formtextwhite">design</a><br><a href="javascript:transfer(\'/development.shtml\');" onMouseOut="NextSwap()" onMouseOver="PauseTimer()" class="formtextwhite">development</a><br><a href="javascript:transfer(\'/direction.shtml\');" onMouseOut="NextSwap()" onMouseOver="PauseTimer()" class="formtextwhite">direction</a><br><img src="/images/.gif" width="5" height="5"></td></tr><tr><td bgcolor="#000000"><img src="/images/.gif" width="1" height="1"></td></tr></table>';
	if(document.getElementById('splashMessage')) {
		document.getElementById('splashMessage').innerHTML='<b>our solutions :</b> With a broad range of services and product offerings, we can provide a turn-key one stop solution for all your needs.';
	}
	if(timeFUNCT){
		PauseTimer()
	}
	DrawHit();
}

function SwapFUNC4(){
	document.getElementById('Nav4').innerHTML='<table cellpadding="0" cellspacing="0" border="0" width="120" background="/images/nav_menu.gif"><tr><td class="nav_sub" nowrap><img src="/images/.gif" width="5" height="5"><br><a href="javascript:transfer(\'/terms.shtml\');" onMouseOut="NextSwap()" onMouseOver="PauseTimer()" class="formtextwhite">terms</a><br><a href="javascript:transfer(\'/planning.shtml\');" onMouseOut="NextSwap()" onMouseOver="PauseTimer()" class="formtextwhite">planning</a><br><a href="javascript:transfer(\'/contact_us.shtml\');" onMouseOut="NextSwap()" onMouseOver="PauseTimer()" class="formtextwhite">contact us</a><br><img src="/images/.gif" width="5" height="5"></td></tr><tr><td bgcolor="#000000"><img src="/images/.gif" width="1" height="1"></td></tr></table>';
	if(document.getElementById('splashMessage')) {
		document.getElementById('splashMessage').innerHTML='<b>get started :</b> The hardest step is getting over what you don\'t know.';
	}
	if(timeFUNCT){
		PauseTimer()
	}
	DrawHit();
}

function DrawHit(){
	document.getElementById('menu_hit').innerHTML='<div id="menu_active" style="position:absolute; z-index:2; width:650px; height:250px;" onMouseOver="DrawMenu(\'hit\');"></div>';
}

function DrawMenu(passVar){
	document.getElementById('Nav1').innerHTML='';
	document.getElementById('Nav2').innerHTML='';
	document.getElementById('Nav3').innerHTML='';
	document.getElementById('Nav4').innerHTML='';
	document.getElementById('menu_hit').innerHTML='';
	if(document.getElementById('splashMessage') && passVar=='hit') {
		drawSplashtext();
	}
}

function PauseTimer(){
	clearTimeout(timeFUNCT);
}

function addLoad(funcLoad){
	var oldload=window.onload;
	if(typeof window.onload != 'function'){
		window.onload=funcLoad
	}else{
		window.onload=function(){
			if(oldload){
				oldload()
			}
			funcLoad();
		}
	}
}

function draw_navInt(){
	navFUNCT=setTimeout('draw_nav()',250);
}
	
function draw_nav(){
	clearTimeout(navFUNCT);
	document.getElementById('item1').innerHTML='<table cellpadding="0" cellspacing="0" border="0" width="100"><tr><td align="left" class="formtextwhite">who we are</td></tr></table>';   	
	document.getElementById('item2').innerHTML='<table cellpadding="0" cellspacing="0" border="0" width="100"><tr><td align="left" class="formtextwhite">your needs</td></tr></table>';
   	document.getElementById('item3').innerHTML='<table cellpadding="0" cellspacing="0" border="0" width="100"><tr><td align="left" class="formtextwhite">our solutions</td></tr></table>';
	document.getElementById('item4').innerHTML='<table cellpadding="0" cellspacing="0" border="0" width="100"><tr><td align="left" class="formtextwhite">get started</td></tr></table>';
}

var timeFUNCT;
document.title='Copyright \u00a9 1995-'+new Date().getFullYear()+' Visual Steel';
var userAgent=navigator.userAgent.toLowerCase();
var appName=navigator.appName.toLowerCase();
var ptIEVersion;
if(userAgent&&userAgent.indexOf("msie")!=-1){
	ptIEtemp=userAgent.split("msie");
	ptIEVersion=parseFloat(ptIEtemp[1]);
}
if(ptIEVersion<7&&ptIEVersion>0){
	var ptOIE=true
}
if(ptOIE){	
	var Nav1Var=356;
	var Nav2Var=237;
	var Nav3Var=117;
	var Nav4Var=-1;
} else {
	var Nav1Var=357;
	var Nav2Var=238;
	var Nav3Var=118;
	var Nav4Var=0;
}
document.write(
'<div id="Nav1" style="position:absolute; width:122px; right:'+Nav1Var+'px; top:20px; z-index:101;"></div>'+
'<div id="Nav2" style="position:absolute; width:122px; right:'+Nav2Var+'px; top:20px; z-index:102;"></div>'+
'<div id="Nav3" style="position:absolute; width:122px; right:'+Nav3Var+'px; top:20px; z-index:103;"></div>'+
'<div id="Nav4" style="position:absolute; width:120px; right:'+Nav4Var+'px; top:20px; z-index:104;"></div>'+
'<div id="menu_hit" style="position:absolute; width:650px; z-index:1; top:20px; right:0px;"></div>'+
'<table width="100%" border="0" cellpadding="0" cellspacing="0">'+
'	<tr>'+
'		<td align="right"><table border="0" cellpadding="0" cellspacing="0" class="nav">'+
'			<tr valign="top">'+
'				<td><div id="logo"></div></td>'+
'				<td width="10"><img src="/images/nav_bar_end_l.gif" width="10" height="20" /></td>'+
'				<td width="100" valign="middle" nowrap background="/images/nav_background.gif" ><div id="item1" onMouseOver="DrawMenu(); SwapFUNC1();" onMouseOut="NextSwap()" style="cursor:pointer;"><table cellpadding="0" cellspacing="0" border="0" width="100"><tr><td></td></tr></table></div></td>'+
'				<td width="20"><img src="/images/nav_bar.gif" width="20" height="20" /></td>'+
'				<td width="100" valign="middle" nowrap background="/images/nav_background.gif" ><div id="item2"onMouseOver="DrawMenu(); SwapFUNC2();" onMouseOut="NextSwap()" style="cursor:pointer;"><table cellpadding="0" cellspacing="0" border="0" width="100"><tr><td></td></tr></table></div></td>'+
'				<td width="20"><img src="/images/nav_bar.gif" width="20" height="20" /></td>'+
'				<td width="100" valign="middle" nowrap background="/images/nav_background.gif" ><div id="item3" onMouseOver="DrawMenu(); SwapFUNC3();" onMouseOut="NextSwap()" style="cursor:pointer;"><table cellpadding="0" cellspacing="0" border="0" width="100"><tr><td></td></tr></table></div></td>'+
'				<td width="20"><img src="/images/nav_bar.gif" width="20" height="20" /></td>'+
'				<td width="109" valign="middle" nowrap background="/images/nav_background.gif" ><div id="item4" onMouseOver="DrawMenu(); SwapFUNC4();" onMouseOut="NextSwap()" style="cursor:pointer;"><table cellpadding="0" cellspacing="0" border="0" width="100"><tr><td></td></tr></table></div></td>'+
'			</tr>'+
'		</table></td>'+
'	</tr>'+
'</table>'+
'<table width="100%" border="0" cellspacing="0" cellpadding="0">'+
'	<tr>'+
'		<td width="20"><img src="/images/.gif" width="20" height="20"></td>'+
'		<td><a href="/"><img src="/images/logo.gif" border="0"></a></td>'+
'	</tr>'+
'	<tr>'+
'		<td><img src="/images/.gif" width="20" height="10"></td>'+
'		<td><img src="/images/.gif" width="20" height="10"></td>'+
'	</tr>'+
'</table>'
);

theImage = new Image(); 
theImage.src = "/images/nav_menu.gif";



addLoad(draw_navInt);