/* scripts.js file version 1.0 for graviflo.com */

<!--------------------------  Copyright Notice   ---------------------------->
<!-- This file contains proprietary information of HexFF LLC.              -->
<!-- Copying or reproduction without prior written approval is prohibited. --> 
<!-- Copyright (c) 2003-2006 all rights reserved.                          -->
<!----------------------    End Copyright Notice    ------------------------->

function PrintPage() {
if ((navigator.appName.indexOf("Microsoft")>=0 && navigator.appVersion.substring(22,23) == 4 )
||  (navigator.platform.substring(0,3) == "Mac") ) {
	alert("Your current browser does not support this button. Please choose File/Print from your browser's menu.");
	} else {
		window.print();
	}
}
