function printFrame() {
	if (window.print) {
    	window.print();
    }
}