function filterSearch(type,id){
	document.getElementById("artlawyer").onExternalChanged(type+","+id);
}


var appWidth = 685;
var appHeight = 685;

if(typeof appMode=="undefined"){
	appMode = "application";
}
else{
	if(appMode == "teaser"){
		appHeight = 285;
	}
}
if(typeof searchTag=="undefined"){
	searchTag = "";
}


var vars = {configPath:"modules/mod_top/app/config.xml",mode:appMode,tag:searchTag};
var params = { allowFullScreen:'false',scale:'noScale', salign:'lt', menu:'false' };
var attributes = { id:'artlawyer', name:'artlawyer' }; // give an id to the flash object

swfobject.embedSWF("fileadmin/swf/artlawyer.swf", "topthemen",  appWidth, appHeight, "9.0.0", "js/expressInstall.swf", vars, params, attributes );
