
function stopError() {
return true;
}
window.onerror = stopError;
function closeWindow() {
parent.close()
}

document.write('<style>');
document.write('a:link  { text-decoration : none; }');
document.write('a:active  { text-decoration : none; }');
document.write('a:visited  { text-decoration : none; }');
document.write('</style>');

document.write('<table border="0" cellpadding="4" cellspacing="0">');
document.write('	<tr>');
document.write('		<td width="240" valign="top"><img src="http://disney.go.com/disneypictures/assets/invis.gif" width="240" height="1"><br>');
document.write('		<span class="instrText"><b>PC Download Instructions:</b>');
document.write('		<font size="1"><ol type="1">');										
document.write('		<li>Right-click on the image and choose "Set As Wallpaper" or "Set As Background"</li>');
document.write('		</ol></span></td>');
document.write('		<td width="240" valign="top"><img src="http://disney.go.com/disneypictures/assets/invis.gif" width="240" height="1"><br>');
document.write('		<span class="instrText"><b>Wallpaper for MAC OS9:</b>');
document.write('		<font size="1"><ol type="1">');
document.write('		<li>Control-click and select "Save this Image as" or "Download image to Disk" to your desktop.</li>');
document.write('		<li>Go to Apple menu > Control Panel and select "Appearance".</li>');
document.write('		<li>Select the "Desktop" tab and select the "Place Picture..." button.</li>');
document.write('		<li>Locate the image on your desktop.</li>');
document.write('		<li>Click "Set Desktop" or drag the image into the "Current Desktop Picture".</li>');
document.write('		</ol></span></td>');
document.write('		<td width="240" valign="top"><img src="http://disney.go.com/disneypictures/assets/invis.gif" width="240" height="1"><br>');
document.write('		<span class="instrText"><b>Wallpaper for MAC OS X:</b>');
document.write('		<font size="1"><ol type="1">');
document.write('		<li>Control-click and select "Download image to Disk".</li>');
document.write('		<li>Save image to desktop.</li>');
document.write('		<li>Go to Apple menu > System Preferences > Personal section and select "Desktop".</li>');
document.write('		<li>On the "Collection" pulldown menu, go to "Choose Folder" and locate the appropriate wallpaper or drag the image into the "Current Desktop Picture".</li>');
document.write('		</ol></span>');
document.write('		</font></td>');
document.write('		<td valign="top"><img src="http://disney.go.com/disneypictures/assets/invis.gif" width="60" height="1"><br>');
document.write('		<span class="instrText"><b><a href="javascript:closeWindow()"><span class="instrLink">[x] close</span></a></b></span></td>');
document.write('	</tr>');
document.write('</table>');