function openWindow(url) {
			newWindow = window.open(url,"inset",'scrollbars=yes,width=500,height=300,resizable=yes,toolbars=no');
		}

function ChangeColor(a,c,d){
a.style.backgroundColor=c;
a.style.color=d}
