var playerVersion = swfobject.getFlashPlayerVersion();
if(playerVersion.major != "0") { // yes, flash enabled
	//alert('yes flash');
	var fusionNumPlayPIAB = 1;
	var fixedMenuId = 'liveLayers';
	var defaultPosition = "bottom left";
	var params = {wmode:'transparent', allowScriptAccess:'always'};
	var attributes = {id:'livelayers', name:'livelayers'};

	// Set Cookie
	if(get_LL_Cookie("fusionNumPlayPIAB") == undefined) {
		cookiePlay = 1;
	} 
	else {
		cookiePlay = new Number(get_LL_Cookie("fusionNumPlayPIAB"));
		cookiePlay++;
	}
	set_LL_Cookie("fusionNumPlayPIAB", cookiePlay, 2);
	
	// Set Player
	if (cookiePlay <= fusionNumPlayPIAB) {
		//alert('show');
		var flashvars = {video_url:'http://propertyinabox.com.au/live_layers/PIAB01.flv', mode:'on'};
		var delay = 'swfobject.embedSWF("http://propertyinabox.com.au/live_layers/PIAB01.swf", "liveLayersFlash", "100%", "100%", "9.0.0", "http://propertyinabox.com.au/Scripts/expressInstall.swf", flashvars, params, attributes);showLiveLayers();';
		
	} else {
		//alert('show + hide');
		var flashvars = {video_url:'http://propertyinabox.com.au/live_layers/PIAB01.flv', mode:'off'};
		var delay = 'swfobject.embedSWF("http://propertyinabox.com.au/live_layers/PIAB01.swf", "liveLayersFlash", "100%", "100%", "9.0.0", "http://propertyinabox.com.au/Scripts/expressInstall.swf", flashvars, params, attributes);showLiveLayers();hideLiveLayers();';
		
	}
	var tout = setTimeout(delay, 3000);
}
else { // no flash
	// alert('no flash');	
}

