$(document).ready(function(){
	$("#flashHome").flash({ src: '/prehome.swf', width: '100%', height: '100%', scale: 'noScale', wmode: 'transparent'}, { version: 8 });
	$("#flashCongelador").flash({ src: '/swf/congelador.swf', width: 397, height: 500, wmode: 'transparent' }, { version: 8 });
	$("#flashGeradorWallpaper").flash({ src: '/swf/wallpaperDinamico/preloaderWallpaper.swf', width: 639, height: 569, wmode: 'transparent' }, { version: 8 });
});

function geradorWallpaper(){
	tb_show('', '/tb/geradorWallpaper.aspx?keepThis=true&TB_iframe=true&width=639&height=569&modal=true', false);
}

function congelador(){
	tb_show('', '/tb/congelador.aspx?keepThis=true&TB_iframe=true&width=397&height=350&modal=true', false);
}

function widget(){
	tb_show('', '/tb/widget.aspx?keepThis=true&TB_iframe=true&width=385&height=335&modal=true', false);
}

function fechar(){
	// $flash = ($.browser.msie) ? window['flash'] : document['flash'];
	// $flash.lightBoxClosed();
	parent.tb_remove();
}
