function doPrint(){
	newWindow = open('/${languageId}/Print.html',null,'menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=no, status=yes, width=650, height=700');
	if (newWindow.opener == null){
		newWindow.opener = self;
	}
}