function swap(type, where)  {
	eval("document." + where + ".src = 'elements/" + type + "';");
}
