﻿function navigateToURL(url) {
	//javascript popup => pb: may be blocked by browser
	//window.open(url);

	//open link in same window with javascript => pb: no "back" button in Safari
	//top.location=url;

	//let flash handle the opening of a new window
	return [url , "_top"];
}
function bzGetFlashPlayerBZ7B5B9FD225244F8AAF3FF5E1C6C8397F() {
	var div = document.getElementById('BZ7B5B9FD225244F8AAF3FF5E1C6C8397F');
	if (div) {
		div.innerHTML = '<p style="background-color:#ffffff;color:#000000;padding:1em;">You have an old version of Flash Player. <a href="http://www.adobe.com/go/getflash/" target="_top">Get the latest Flash player.</a></p>';
	} else {
		alert("no BZ7B5B9FD225244F8AAF3FF5E1C6C8397F div");
	}
}
function bzEmbedSWFBZ7B5B9FD225244F8AAF3FF5E1C6C8397F() {
	if (swfobject.hasFlashPlayerVersion("9.0.45")) {
		var flashvars = {
			swfId: "BZ7B5B9FD225244F8AAF3FF5E1C6C8397F",
			xmlPath: "http://www.commercialcutting.com/creating/bz.xml",
			imgPath: "http://www.commercialcutting.com/creating/img",
			urlType: "askJS",
			themeMode: "2"
		};
		var params = {
			wmode: "transparent",
			allowscriptaccess: "always"
		};
		var attributes = {};
		swfobject.embedSWF("http://www.commercialcutting.com/creating/bzAnimation.swf", "BZ7B5B9FD225244F8AAF3FF5E1C6C8397F", "727", "348", "9.0.45", false, flashvars, params, attributes);
	} else {
		swfobject.addDomLoadEvent(bzGetFlashPlayerBZ7B5B9FD225244F8AAF3FF5E1C6C8397F);
	}
}
bzEmbedSWFBZ7B5B9FD225244F8AAF3FF5E1C6C8397F();

