function openViewlet(htmlFile,htmlWidth,htmlHeight){
	if(document.all){
		htmlWidth+=0;
		htmlHeight+=0;
	}
	window.open(htmlFile,'newwindow','width='+htmlWidth+',height='+htmlHeight+',top=40,left=30').focus();
}

function openViewlet1(htmlFile,htmlWindowName,htmlWidth,htmlHeight){
	if(document.all){
		htmlWidth+=0;
		htmlHeight+=0;
	}
	window.open(htmlFile,htmlWindowName,'width='+htmlWidth+',height='+htmlHeight+',top=40,left=30,,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes').focus();
}

function openViewlet2(htmlFile,htmlWidth,htmlHeight){
	if(document.all){
		htmlWidth+=0;
		htmlHeight+=0;
	}
	window.open(htmlFile,'newwindow','width='+htmlWidth+',height='+htmlHeight+',top=40,left=30,,toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,copyhistory=no,resizable=yes').focus();
}

function openViewlet3(htmlFile,htmlWidth,htmlHeight){
	if(document.all){
		htmlWidth+=0;
		htmlHeight+=0;
	}
	window.open(htmlFile,'newwindow','width='+htmlWidth+',height='+htmlHeight+',top=20,left=20,,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes').focus();
}

function openViewlet4(htmlFile,htmlWidth,htmlHeight){
	if(document.all){
		htmlWidth+=0;
		htmlHeight+=0;
	}
	window.open(htmlFile,'moviewindow','width='+htmlWidth+',height='+htmlHeight+',top=200,left=300,,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes').focus();
}

function openViewlet5(htmlFile,htmlWidth,htmlHeight){
	if(document.all){
		htmlWidth+=0;
		htmlHeight+=0;
	}
	window.open(htmlFile,'sitesummary','width='+htmlWidth+',height='+htmlHeight+',top=20,left=30,,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes').focus();
}
