function newWindow(targetURL){
	var WO;
	WO = window.open(targetURL,"excia","toolbar=no, location=no, directories=no, scrollbars=yes, width=950,height=600");
	WO.focus();
	return false;
}









