function Download(){}

Download.prototype.carregar = function()
{
	for (var i=0; i< (this.carregar.arguments.length - 1); i+=2)
	eval(this.carregar.arguments[i]+".location='"+this.carregar.arguments[i+1]+"'");
}

var Download = new Download();
