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 = 440, height = 527, resizable=1, scrollbars=1");
	w1.focus();
}




function nw() {
   w1 = window.open("","ww","toolbar=0, status=1, width = 216, height = 240, resizable=1, scrollbars=1");
}
function Hide(ttt)
{
	var over = document.getElementById(ttt).style.display;
	if(over == '') {
		document.getElementById(ttt).style.display = 'none';
	} else {
		document.getElementById(ttt).style.display = '';
	}
}