﻿<?xml version="1.0" encoding="UTF-8" ?>
<Module>
	<ModulePrefs
		title="Scientific Calculator"
		title_url="http://www.calculator-tab.com"
		description="A scientific calculator with extended memory function. It follows the standard order of operations. For entering numbers and basic operators, you can also use your keyboard. In a addition to the basic arithmetical functions, the following funcions are included: toggle positive/negative, brackets, percentages, root, square root, square, exponent, sine, arcsine, cosine, arcsosine, tangent, arctangent, logarithm, natural logarithm, reciprocal, e, pi, modulo, scientific notation, ceiling, floor, decimal and factorial (gamma function)."
		author="Marek Kyncl" author_email="marek.vineta+calculatortab@gmail.com"
		author_affiliation="Calculator Tab"
		author_location="Berlin, Germany"
		screenshot="http://www.calculator-tab.com/ggadget/ct_screenshot.png"
		thumbnail="http://www.calculator-tab.com/ggadget/ct_thumb.png"
		category="tools"
		category2="technology"
		height="300"
		scaling="false"
		scrolling="false"
	>
		<Require feature="flash" />
		<Require feature="analytics" />
	</ModulePrefs>
	<Content type="html">
		<![CDATA[
			<script>
				_IG_Analytics("UA-1790880-1", "/ggadget");
			</script>
			<style type="text/css">
				body {
					background-color:#F1F1F1;
					text-align:center;
				}
				#flashcontainer {
					width:261px;
					height:228px;
					padding-top:12px;
					padding-bottom:8px;
					margin-left:auto;
					margin-right:auto;
				}
				#goto {
					text-align:left;
					width:222px;
					margin-top:0;
					margin-left:auto;
					margin-right:auto;
					padding-bottom:16px;
					color:#666666;
					font-size:0.75em;
				}
				#goto a {
					color:#990000;
				}
			</style>
			<div id="flashcontainer">
			</div>
			<p id="goto">
				For HELP and OPTIONAL SETTINGS<br />
				go to <a href="http://www.calculator-tab.com" target="_top" onclick="_IG_Analytics('UA-1790880-1', '/ggadget/homeLink')">www.calculator-tab.com</a>.
			</p>
			<script type="text/javascript">
				function loadSwf() {
					var url = "http://www.calculator-tab.com/flash/obal_mini.swf";
					_IG_EmbedFlash(url, "flashcontainer", {
						swf_version: 8,
						id: "flashid",
						width: 261,
						height: 228,
						allowScriptAccess: "always",
						wmode: "window",
						flashvars: 'jazyk=' + _esc('en') + '&pop=' + _esc('2')
						}
					)
				}
				function sendAnalytics (path_str) {
					_IG_Analytics("UA-1790880-1", path_str);
				}
				_IG_RegisterOnloadHandler(loadSwf);
			</script>
		]]>
	</Content>
</Module>