// JavaScript Document// JavaScript Document

///////////////////

$(document).ready(function(){		
						   
	$('ul#portfolio').innerfade({
		speed: 2000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '121px'
	});
	
	$('.fade').innerfade({
		speed: 1000,
		timeout: 6000,
		type: 'random_start',
		containerheight: '1.5em'
	});
	
	$('.adi').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'random',
		containerheight: '150px'
	});
	
	
	$('#tabs').tabs();
	
	
});

///////////////////

Shadowbox.init({language: 'en', players:  ['iframe']});

var flashvars = {showRegistration: "false", showLogo: "false", dataFile: "/monoslideshowXML.php"};
var params = {allowscriptaccess: "sameDomain", allowfullscreen: "false", allownetworking: "all"};
var attributes = {id: "monoslideshow", name: "monoslideshow", bgcolor: "FFFFFF"};
swfobject.embedSWF("/Flash/monoslideshow.swf", "flashContent", "960", "282", "10", false, flashvars, params, attributes);


// sIFR
/*
var bliss = {
      src: '/Flash/bliss2bold.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

sIFR.activate(bliss);

sIFR.replace(bliss, {
      selector: 'h1, h2'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; font-size:18px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	  ,wmode: 'transparent'
});*/

///////////////////