if(top.location!=self.location)top.location=self.location;function Menu_Select(a){document.getElementById(a).style.backgroundPosition="0% -42px";document.getElementById(a).style.backgroundColor="lawngreen";document.getElementById(a).style.color="Red";for(a=0;a<document.images.length;a++)if(document.images[a].alt.length>0)document.images[a].title=document.images[a].alt}
function BookmarkPage(){var a=document.location.href;if(a.indexOf("?")>0)a=a.substring(0,a.indexOf("?"));if(document.all)window.external.AddFavorite(a,document.title);else window.sidebar&&window.sidebar.addPanel(window.document.title,a,"");(new Image).src="http://www.visualtrig.com/Logger.ashx?p="+escape(document.location.href.substring(11))+"&a=Bookmarked"}
function TellAFriend(){window.open("TellFriend.aspx",null,"height=330,width=600,scrollbars=0,resizable=1,status=0,toolbar=0,menubar=0,location=0").focus()}var dloc=document.location.toString().toLowerCase();if(dloc.indexOf("visualtrig.com")==-1&&dloc.indexOf("localhost")==-1||dloc.indexOf("file:")>-1){location.replace("http://www.visualtrig.com");document.write('<a href="http://www.visualtrig.com"><h1>Visualtrig.com</h1></a>')}
function SetNumeric(){for(var a=document.getElementsByTagName("input"),b=0;b<a.length;b++)a[b].onkeypress=CheckNumeric}function CheckNumeric(a){if(document.all){var b=event.keyCode;if(b==46&&event.srcElement.value.indexOf(".")!=-1)return false;if(b>=46&&b<58)return true;return false}else{b=a.which;b==46&&a.target.value.indexOf(".")!=-1&&a.preventDefault();if(b>=46&&b<58||b==0||b==8)return true;a.preventDefault()}}
function RoundTo(a,b){if(b==0)return Math.round(a);b=Math.pow(10,b);return d=Math.round(a*b)/b};