$(document).ready(function () {
	EEO.setup_search();
	
	EEO.setup_image_nav();

	EEO.ie_fixes();
	
	if (swfobject.hasFlashPlayerVersion("6.0.65")) {
		var expressInstall = "/_js/swfobject/expressInstall.swf";
		var flashvars = {
			tpViewerUrl: EEO.params.tp_viewer,
			tpImageUrl: EEO.params.tp_url,
			tpWidth: EEO.params.tp_w,
			tpHeight: EEO.params.tp_h,
			tpInitMagnification: null,
			tpScales: EEO.params.tp_layers,
			tpRatio: EEO.params.tp_layer_ratio,
			tpTileWidth: EEO.params.tp_tile_width,
			tpTileHeight: EEO.params.tp_tile_height,
			tpUseLabels: 0,
			tpEditLabels: 0,
			tpParameterList: "representation_id;user_id",
			image_id: 0,
			user_id: 0
		};
		var params = { menu: "false", scale: "noscale", bgcolor: "#ffffff", allowscriptaccess : "always", allowfullscreen : "true" };
		var attributes =  { id: "bischen", name: "bischen" };
		swfobject.embedSWF("/_bischen/bischen.swf", "swf", "938", "598", "8.0.29", expressInstall, flashvars, params, attributes);
	}
});


$(window).load(function () {
	EEO.track_GA();
});
