function addPage() {
	if (document.all) window.external.addFavorite(location.href, document.title);
	else if (window.sidebar && window.sidebar.addPanel) window.sidebar.addPanel(document.title, location.href, "");
}

function gowindow1(str, antermoia,w,h) {
 openwin = window.open(str,antermoia,'width='+ w +',height='+ h +',status=no,scrollbars=yes,resizable=no,location=no,toolbar=no');
 }

function gowindow(str, antermoia,w,h) {
 openwin = window.open(str,antermoia,'width='+ w +',height='+ h +',status=no,scrollbars=no,resizable=no,location=no,toolbar=no');
 }
