function newW1() {
	w1 = window.open("","wwww","toolbar=0, status=1, width = 765, height = 719, resizable=1, scrollbars=1");
	w1.focus();
}

function newW2(_this) {
	w1 = window.open("","wwww","toolbar=0, status=1, width = 523, height = 527, resizable=1, scrollbars=1");
	w1.focus();
}

function Hide(ttt)
{
	var on = document.getElementById(ttt).style.display;
	if(on == '') {
		document.getElementById(ttt).style.display = 'none';
	} else {
		document.getElementById(ttt).style.display = '';
	}
}
function newW3() {
	w1 = window.open("","wwww","toolbar=0, status=1, width = 537, height = 600, resizable=1, scrollbars=1");
	w1.focus();
}
