﻿function Print() {
//	var d = document;
//	
//	var pw = window.open('about:blank', '', 'scrollbars=yes,width=1002,height=600');
//	pw.document.open();
//	
//	pw.document.write('<html>');
//	pw.document.write(d.documentElement.innerHTML.replace('="js/', '="/AlHabtoor/js/'));
//	//pw.document.write('<script language="javascript" type="text/javascript">window.print();</script>');
//	pw.document.write('</html>');
//	
//	pw.document.close();
//	
//	pw.print();
	
	if(typeof(_divContent) != 'undefined') {
		if(_lastIndex < 0) _lastIndex = 0;
		
		AutoRotate(_lastIndex);
		ClearTimer();
	}
	
	window.print();
	
	if(typeof(_divContent) != 'undefined') {
		setTimeout(function() {AutoRotate(_lastIndex + 1)}, 3000)
	}
	
	return false;
}