
	function cmsPrint() {
		
		frames['printFrame'].focus();
		frames['printFrame'].print();
		
	}

