function swfobject_include(siteurl, id) {

}
function swfobject_include_header(siteurl, src) {
	var elem = '';
	var width = 0;
	var height = 0;
	if(document.getElementById('tpl_header')) {
		var elem = 'tpl_header';
		var width = 500;
		var height = 400;
	}
	if(document.getElementById('tpl_header_small')) {
		var elem = 'tpl_header_small';
		var width = 350;
		var height = 280;
	}
	if(elem == '' && width == 0 && height == 0) {
	} else {
		var flashvars = {
		};
		var params = {
			menu: "false",
			allowfullscreen: "true",
			allowscriptaccess: "always",
			wmode: "transparent",
			quality: "best",
			bgcolor: "#ffffff"
		};
		var attributes = {
			id: "headerani",
			name: "headerani"
		};
		swfobject.embedSWF(siteurl+"/image/web/header/"+src+".swf", elem, width, height, "8.0.0", "", flashvars, params, attributes);
	}
}
