function myprint() {

	if (window.print) {
                focus();
                print();
        }
        
	return ;
}

