if (window==top) top.location.replace("/");

function litON(but) {
	but.src = but.src.substr(0,but.src.length-4) + "-L"+but.src.substr(but.src.length-4,4);
}

function litOFF(but) {
	but.src=but.src.substr(0,but.src.length-6)+but.src.substr(but.src.length-4,4);
}

function head(name) {
	parent.mHeader.document.title_img.src="images/head_"+name+".gif";
}

function openPopup(url,name,width,height,resizable,scrollbars,menubar,toolbar,location,directories,status) {	
	popup = window.open(url, name, 'width=' + width + ',height=' + height + ',resizable=' + resizable + ',scrollbars=' + scrollbars
	+ ',menubar=' + menubar + ',toolbar=' + toolbar + ',location=' + location + ',directories=' + directories + ',status=' + status
	);
//popup.moveTo(((screen.availWidth-340)/2),((screen.availHeight-360)/2));
	popup.focus();
}