function newW1() {
	w1 = window.open("","wwww","toolbar=0, status=1, width = 590, height = 520, resizable=0, 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();
}