// two simple rollover scripts
function globalnavRightOn() {
	if (document.images)
		document.images["globalnavright"].src = ("http://disney.go.com/disneyvideos/globalnav/pieces/pixarRighton_blue.gif");
	}
function globalnavRightOff() {
	if (document.images)
		document.images["globalnavright"].src = ("http://disney.go.com/disneyvideos/globalnav/pieces/pixarRightoff_blue.gif");
	}

document.writeln('<table width="770" border="0" cellspacing="0" cellpadding="0" align="center">\
								<tr>\
									<td><a href="http://disneyvideos.disney.go.com/" target="_top"><img src="http://disney.go.com/disneyvideos/globalnav/pieces/pixarLeft770_blue.gif" alt="DVD + Video Home" width="127" height="66" border="0"></a></td>\
									<td><img src="http://disney.go.com/disneyvideos/globalnav/pieces/top_blue.gif" alt="" width="468" height="2" border="0"><br>\
									<a href=http://www.pixar.com target="_top"><img src="http://disneyvideos.disney.go.com/assets/ad_banners/pixar-banner.gif" border="0" height=60 width=468 alt=Pixar Animation Studios></a><br>\
									<img src="http://disney.go.com/disneyvideos/globalnav/pieces/bottom_blue.gif" alt="" width="468" height="4" border="0"></td>\
									<td><a href="http://disneyvideos.disney.go.com/moviefinder/index.html" target="_top" onMouseOver="globalnavRightOn()" onMouseOut="globalnavRightOff()"><img src="http://disney.go.com/disneyvideos/globalnav/pieces/pixarRightoff_blue.gif" alt="Movie Finder" name="globalnavright" id="globalnavright" width="175" height="66" border="0"></a></td>\
								</tr>\
							</table>');