 function initDocument() {
		  
		$("#tabs-studio").tabs();
		
		
					$('ul#StudioPriceBanner').innerfade({
						speed: 1000,
						timeout: 8000,
						type: 'sequence',
						containerheight: '220px'
					});
		
				
		
				    hs.graphicsDir = 'src/HighSlide/graphics/';
    hs.outlineType = 'rounded-white';
    hs.wrapperClassName = 'draggable-header';
	hs.height=800;
	hs.width=900;
		$( '#local-gallery' ).SYS_Blink(5);
		
      }
