﻿ /////////////////////////////// new tabs ////////
 function TabsShow(imgss,NewPath)
 {
	var x = document.getElementById(imgss);
	x.src='/images/tabs/' + NewPath;
 }
////////////////////////////// end new tabs /////