var SEvideoEmbed = function(i, n, w, h, a, t) {
	return{id:i,name:n,height:h || 279,width:w || 509,transparent:t || false,autoplay:a || false,src:'http://www.sonyericsson.com/demo/product/generic/embed/sevideoembed.swf',embed:function() {
		var o = this;
		document.write('<object width="' + o.width + '" height="' + o.height + '"><param name="movie" value="' + o.src + '"><param name="menu" value="false"/><param name="wmode" value="' + (o.transparent ? 'transparent' : 'opaque') + '"/><param name="allowFullScreen" value="true"/><param name="flashvars" value="name=' + o.name + '&id=' + o.id + '&autoplay=' + o.autoplay + '"/><embed width="' + o.width + '" height="' + o.height + '" src="' + o.src + '" menu="false" wmode="' + (o.transparent ? 'transparent' : 'opaque') + '" allowfullscreen="true" flashvars="name=' + o.name + '&id=' + o.id + '&autoplay=' + o.autoplay + '"></embed></object>');
		return o;
	}};
}