var Hoodlum = {
	
	swf_url:							"../site/bin/Wife2.swf",
	swf_id:								"flash",
	width:								"100%",
	height:								"100%",
	
		
	init:								function() {
		
		var flash_vars = {
			config:			"conf/conexim_live_config.xml"
		};
		
		var params = {
			allowFullScreen:	"false",
			allowScriptAccess:	"sameDomain",
			scale:				"noscale",
			wmode:				"transparent",
			devicefont:			"false",
			align:				"middle",
			bgcolor:			"#000000",
			menu:				"true"
		};
		
		var version = swfobject.getFlashPlayerVersion();
		if (!version.major) {
			window.location = "../noflash/";
		} else {
			swfobject.embedSWF(this.swf_url, this.swf_id, this.width, this.height, "9.0.0", "../site/bin/expressInstall.swf", flash_vars, params, {});
		}
	},
	
	openGetFlashPopup:					function() {
		window.open(this.flash_url, "getflash", "width=800,height=600,scrollbars=1");
	}
};
