var SEfulldemoEmbed = function(n,c,l,w,h) {
	return{name:n,cc:c||"gb",lc:l||"en",height:h||398,width:w||965,src:'http://www.sonyericsson.com/demo/product/generic/embed/sedemoembed.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="opaque"/><param name="allowFullScreen" value="true"/><param name="flashvars" value="productName=' + o.name + '&cc=' + o.cc + '&lc=' + o.lc + '&external=true"/><embed width="' + o.width + '" height="' + o.height + '" src="' + o.src + '" menu="false" wmode="opaque" allowfullscreen="true" flashvars="productName=' + o.name + '&cc=' + o.cc + '&lc=' + o.lc + '&external=true"></embed></object>');
		return o;
	}};
}