try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}

if (document.images)
{
  pic1= new Image(1200,820); 
  pic1.src="img/bg_subpage_body.gif"; 
}
