<html>
	<head>
		<title>ACE - Welcome Screen</title>
		<LINK href="includes/common.css" rel="stylesheet" type="text/css">
		<script language='JavaScript'>
			var count = 0;
			var RotateTime;
			function MessageCycle(len){this.length=len;} 
				Message = new MessageCycle(3);
				Message[0] ='<table cellspacing="0" cellpadding="0" border="0" ><tr><td><a class="table-header" href="http://www.ati.com" target="comp" ><b>ATI.com</b></a></td></tr><tr><td><a class="table-header" href="http://www.ati.com/support/index.html" target="comp" >Visit ATI Customer Care for assistance.</a></td></tr><tr><td valign="top"><table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="Top" style="width:140px;padding-left:2;"><img src="image/arrow_gray_sm.gif" alt="" border="0" /><a class="table-header" href="http://apps.ati.com/ationlineregistration/index.html" target="comp">Product Registration</a> </td><td valign="Top" style="width:140px;padding-left:2;"><img src="image/arrow_gray_sm.gif" alt="" border="0" /><a class="table-header" href="http://www.ati.com/support/driver.html" target="comp">Find A Driver</a></td></tr><tr><td valign="Top" style="width:140px;padding-left:2;"><img src="image/arrow_gray_sm.gif" alt="" border="0" /><a class="table-header" href="http://www.ati.com/products/index.html">Product Information</a> </td><td valign="Top" style="width:140px;padding-left:2;"><img src="image/arrow_gray_sm.gif" alt="" border="0" /><a class="table-header" href="http://www.ati.com/online/warranty/index.html">Warranty Service</a></td></tr></table></td></tr></table>';
				Message[1] ='<table cellspacing="0" cellpadding="0" border="0" ><tr><td><a class="table-header" href="http://www.ati.com/products/mac.html" target="comp"><b>ATI Mac Products</b></a></td></tr><tr><td><a class="table-header" href="http://www.ati.com/products/mac.html" target="comp">See our full line of Mac products</a></td></tr><tr><td valign="top"><table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="Top" style="width:140px;padding-left:2;"><img src="image/arrow_gray_sm.gif" alt="" border="0" /><a class="table-header" href="http://www.ati.com/products/radeon9800/radeon9800prome/index.html"  target="comp">RADEON&trade; 9800 PRO<br>Mac Edition</a></td><td valign="Top" style="width:140px;padding-left:2;"><img src="image/arrow_gray_sm.gif" alt="" border="0" /><a class="table-header" href="http://www.ati.com/products/remotewonder/index.html" target="comp">REMOTE<br>WONDER</a></td></tr><tr><td valign="Top" style="width:140px;padding-left:2;"><img src="image/arrow_gray_sm.gif" alt="" border="0" /><a class="table-header" href="http://www.ati.com/products/radeon9000me/radeon9000prome/index.html" target="comp">RADEON&trade; 9000 PRO<br>Mac Edition</a></td><td valign="Top" style="width:140px;padding-left:2;"><img src="image/arrow_gray_sm.gif" alt="" border="0" /><a class="table-header" href="http://www.ati.com/products/radeon8500/radeon8500me/index.html" target="comp">RADEON&trade; 8500<br>Mac Edition</a></td></tr></table></td></tr></table>';
				Message[2] ='<table cellspacing="0" cellpadding="0" border="0" ><tr><td><a class="table-header" href="http:www.ati.com/firegl/index.html" target="comp"><b>FireGL&trade;</b></a></td></tr><tr><td><a class="table-header" href="http://www.ati.com/products/workstation/fireglmatrix.html" target="comp">View the FireGL&trade; product family.</a></td></tr><tr><td valign="top"><table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="Top" style="width:140px;padding-left:2;"><img src="image/arrow_gray_sm.gif" alt="" border="0" /><a class="table-header" href="http://www.ati.com/products/fireglx2-256t/index.html" tareget="comp">FireGL&trade; X2-256t</a></td><td valign="Top" style="width:140px;padding-left:2;"><img src="image/arrow_gray_sm.gif" alt="" border="0" /><a class="table-header" href="http://www.ati.com/products/fireglx1-256p/index.html" target="comp">FireGL&trade; X1-256p</a></td></tr><tr><td valign="Top" style="width:140px;padding-left:2;"><img src="image/arrow_gray_sm.gif" alt="" border="0" /><a class="table-header" href="http://www.ati.com/products/fireglx1/index.html" target="comp">FireGL&trade; X1-128</a></td><td valign="Top" style="width:140px;padding-left:2;"><img src="image/arrow_gray_sm.gif" alt="" border="0" /><a class="table-header" href="http://www.ati.com/products/fireglz1/index.html" target="comp">FireGL&trade; Z1-128</a></td></tr></table></td></tr></table>';
				Message2 = new MessageCycle2(3);
				Message2[0] ="<a href='http://www.ati.com' target='comp'><img border='0' width='393' height='350' src='jpg/gamer.jpg' alt='ATI.com' onload=''></a>";
				Message2[1] ="<a href='http://www.ati.com/products/mac.html' target='comp'><img border='0' width='393' height='350' src='jpg/generic.jpg' alt='ATI Mac Products' onload=''></a>";
				Message2[2] ="<a href='http://www.ati.com/firegl/index.html' target='comp'><img border='0' width='393' height='350' src='jpg/r9800.jpg' alt='FireGL&trade;' onload=''></a>";
			function RotateMessage(){if (count == 2) 	{		count = 0;	}	else	{		count++;	}	
				Section1.filters[0].apply();	
				Section1.innerHTML = Message[count];	
				Section1.filters[0].play();	
				Section2.filters[0].apply();	
				Section2.innerHTML = Message2[count];	
				Section2.filters[0].play();			
				RotateTime = setTimeout('RotateMessage()',10000);}
			function MessageCycle(len) {this.length=len;}
			function MessageCycle2(len) {this.length=len;}
		</script>
	</head>
	<body>
		<table id="WelcomePage" cellspacing="0" cellpadding="0" border="0" width="578">
			<tr>
				<td>				  <span style="position:absolute;z-index:2;width:578;height:180;">
						<table cellspacing="0" cellpadding="0" border="0" >
							<tr>
								<td>&nbsp;
								</td>	
							</tr>
							<tr>
								<td valign="Top"> 
									<span id="Section1" style="position:absolute;z-index:1;padding-left:80;padding-top:20;filter:progid:DXImageTransform.Microsoft.Fade(duration=3,overlap=1);">
										<table cellspacing="0" cellpadding="0" border="0" >
											<tr>
												<td> 
													<a class="table-header" href="http://www.ati.com" target="comp" >
														<b>ATI.com</b>
													</a> 
												</td>
											</tr>
											<tr>
												<td> 
													<a class="table-header" href="http://www.ati.com/support/index.html" target="comp" >
														Visit ATI Customer Care for assistance.
													</a> 
												</td>
											</tr>
											<tr>
												<td valign="top">
													<table cellspacing="0" cellpadding="0" border="0" >
														<tr>
															<td valign="Top" style="width:140px;padding-left:2;">
																<img src="image/arrow_gray_sm.gif" alt="" border="0" > 
																	<a class="table-header" href="http://apps.ati.com/ationlineregistration/index.html" target="comp">
																		Product Registration
																	</a> 
															</td>
															<td valign="Top" style="width:140px;padding-left:2;">
																<img src="image/arrow_gray_sm.gif" alt="" border="0" > 
																	<a class="table-header" href="http://www.ati.com/support/driver.html" target="comp">
																		Find A Driver
																	</a> 
															</td>
														</tr>
														<tr>
															<td valign="Top" style="width:140px;padding-left:2;">
																<img src="image/arrow_gray_sm.gif" alt="" border="0" > 
																	<a class="table-header" href="http://www.ati.com/products/index.html">
																		Product Information
																	</a> 
															</td>
															<td valign="Top" style="width:140px;padding-left:2;">
																<img src="image/arrow_gray_sm.gif" alt="" border="0">																									
																	<a class="table-header" href="http://www.ati.com/online/warranty/index.html">
																		Warranty Service
																	</a> 
															</td>
														</tr>
													</table>
												</td>
											</tr>
										</table>
									</span> 
								</td>
							</tr>
						</table>
					</span> 
					<span id="Section2" style="position:absolute;width:393;height:350;z-index:0;filter:progid:DXImageTransform.Microsoft.Wipe(duration=3, wipeStyle=0, gradientsize=0.25, motion=reverse );"> 
						<a href='http://www.ati.com' target="comp"> 
							<img border='0' width='393' height='350' src='jpg/gamer.jpg' alt='Sample' onload='RotateTime = setTimeout("RotateMessage()",10000);'> 
						</a> 
				</span>
				</td>
			</tr>
		</table>
	</body>
</html>
