// JavaScript Document

//Controls flicker
	try {
    document.execCommand( "BackgroundImageCache", false, true );
	} catch( e ) { };
