<!--//hidden
function newWindow(url,name,H,W) {
	var popup = window.open(url, name, 'fullscreen=0,top=1,left=1,width=' + W + ',height='+ H + ',resizable=no,status=no,directory=no,toolbar=no,scrollbars=yes,location=no,menubar=no');
	if (popup.opener == null) {
		 popup.opener = self;
	}
	popup.focus();
}


// -->