// JavaScript Document

function showBanner(gallerysettings){

		if (gallerysettings == 0) {
		var so = new SWFObject("intro.swf", "feeder", "860", "200", "8", "#ffffff");
		so.write("feeder");
		} else if (gallerysettings == 1) {
		//nothing
		} else if (gallerysettings == 2) {
		document.write('<iframe width="860" height="200" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps?hl=en&amp;q=TW1+1RE&amp;ie=UTF8&amp;split=0&amp;gl=uk&amp;ei=hxxWSvu9Dde6jAeAq8DXAg&amp;ll=51.453044,-0.311136&amp;spn=0.010697,0.073814&amp;z=14&amp;output=embed"></iframe>');
		/*document.write('<iframe width="860" height="200" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.multimap.com/client/embed/?width=860&amp;height=200&amp;lat=51.45594&amp;lon=-0.32186&amp;zoomFactor=16&amp;emid=Cg8DJcArtXDghCSb4CdETOqLKvq4ntWB&amp;qs=TW1 1RE&amp;displayName=TW1 1RE&amp;countryCode=GB&amp;mapType=map&amp;moveMap=0,0"></iframe>');*/
		} else if (gallerysettings == 3) {
		var so = new SWFObject("video.swf", "feeder", "860", "200", "8", "#ffffff"); 
		so.write("feeder");
		} else {
		var so = new SWFObject("topfeeder.swf", "feeder", "860", "200", "8", "#ffffff"); 
		so.addParam("FlashVars", gallerysettings); // catagory, imagelist file path, path //
		so.write("feeder");
		}
		
}
