﻿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 bzGetFlashPlayerBZF70DE7534487442E972BE1226324FC4F() {
	var div = document.getElementById('BZF70DE7534487442E972BE1226324FC4F');
	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 BZF70DE7534487442E972BE1226324FC4F div");
	}
}
function bzEmbedSWFBZF70DE7534487442E972BE1226324FC4F() {
	if (swfobject.hasFlashPlayerVersion("9.0.45")) {
		var flashvars = {
			swfId: "BZF70DE7534487442E972BE1226324FC4F",
			xmlPath: "http://www.commercialcutting.com/crafting1/bz.xml",
			imgPath: "http://www.commercialcutting.com/crafting1/img",
			urlType: "askJS",
			themeMode: "2"
		};
		var params = {
			wmode: "transparent",
			allowscriptaccess: "always"
		};
		var attributes = {};
		swfobject.embedSWF("http://www.commercialcutting.com/crafting1/bzAnimation.swf", "BZF70DE7534487442E972BE1226324FC4F", "727", "348", "9.0.45", false, flashvars, params, attributes);
	} else {
		swfobject.addDomLoadEvent(bzGetFlashPlayerBZF70DE7534487442E972BE1226324FC4F);
	}
}
bzEmbedSWFBZF70DE7534487442E972BE1226324FC4F();

