function insertFlashImage(id, src, width, height){	var flashvars = {		imgName: src + '?__scale=w:' + width + ',h:' + height + ',t:2,q=90'	};	var params = {		menu: "false",		allowScriptAccess: "sameDomain",		allowFullScreen: "false",		wmode: "transparent"	};	var attributes = {	};	swfobject.embedSWF("/system/modules/no.klapp.stiklestad/resources/flash/imageviewer_" + width + "x" + height + ".swf", id, width, height, "8.0.0", "expressInstall.swf", flashvars, params, attributes);}
