<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs
    title="Place a phone call - FreeCall"
    title_url="http://www.freecall.com"
    description="Place free trial calls with FreeCall.com. You can place up to 60 minutes of free calls between North America, most of Europe, Chile, Guam, Hong Kong, Israel, Japan, Malaysia, New Zealand, Puerto Rico, Singapore, South Korea, and Taiwan. No account required."
    screenshot="http://www.ljmsite.com/google/gadgets/voipbuster/voipbuster_screenshot.png"
    thumbnail="http://www.ljmsite.com/google/gadgets/voipbuster/freecall_thumbnail.png"
    author="Jerome Mouton"
    author_email="igoogle_gadgets@ljmsite.com"
    author_location="Huntsville, AL, USA"
    author_affiliation="LjmSite"
    author_aboutme="Google API gadget and web application developer, tech project manager in globally dispersed team environment, computer geek on call, etc. Come check me out at LjmSite.com and contact me to discuss gadget projects or opportunities."
    author_link="http://www.ljmsite.com/"
    author_photo="http://www.ljmsite.com/google/gadgets/jerome.png"
    singleton="false"
    height="200">
    <Require feature="analytics" />
    <Require feature="dynamic-height"/>
    <Require feature="setprefs"/>
    <Require feature="minimessage"/>
  </ModulePrefs>
  <Content type="html">
<![CDATA[

		<style type="text/css">
		html, body 
		{	
				font-family: Arial; margin-top:0px; margin-bottom:0px;
		}
		td.g11
		{
			width: 11px;
			height: 31px;
			font-size: 1px;
			background-image: url('b11.gif');
			background-repeat: no-repeat;
		}
		td.g12
		{			
			height: 31px;
			font-size: 1px;
			background-image: url('b12.gif');
			background-repeat: repeat-x;
		}	
		td.g13
		{
			width: 11px;
			height: 31px;
			font-size: 1px;
			background-image: url('b13.gif');
			background-repeat: no-repeat;
		}
		td.g21
		{			
			width: 11px;
			font-size: 1px;
			background-image: url('b21.gif');
			background-repeat: repeat-y;
		}	
		td.g22
		{
			text-align: center;
			vertical-align: top;			
		}
		td.g23
		{			
			width: 11px;
			font-size: 1px;
			background-image: url('b23.gif');
			background-repeat: repeat-y;
		}			
		
		td.g31
		{
			width: 11px;
			height: 11px;
			font-size: 1px;
			background-image: url('b31.gif');
			background-repeat: no-repeat;
		}
		td.g32
		{			
			height: 11px;
			font-size: 1px;
			background-image: url('b32.gif');
			background-repeat: repeat-x;
		}	
		td.g33
		{
			width: 11px;
			height: 11px;
			font-size: 1px;
			background-image: url('b33.gif');
			background-repeat: no-repeat;
		}		
		input.button{
			font-size: 11px;
		}
	</style>
<script type="text/javascript">

function checkDisabled()
{
	if (document.getElementById('anrphonenr').value!="" && document.getElementById('bnrphonenr').value!="" && document.getElementById('callbutton').disabled)
	{
		document.getElementById('callbutton').disabled = false;		
	}
	else if (!document.getElementById('callbutton').disabled && (document.getElementById('anrphonenr').value=="" || document.getElementById('bnrphonenr').value==""))
	{
			document.getElementById('callbutton').disabled = true;
	}	
	return true;
}
</script>	
<form method="post" action="http://www.freecall.com/en/callpanel.php" style="padding: 0px; margin: 0px;">
<input type="hidden" name="action" value="initcall">
<input type="hidden" name="url" value="www.freecall.com">
<input type="hidden" name="page" value="">
<table>
					<tr>
						<td nowrap width="100%" style="vertical-align: top; width: 100%;">
							<span style="font-family: Arial;font-size: 12px; font-weight: bold;">Your phone number:</span>
						</td>
					</tr>
					<tr>
						<td  style="width: 100%;">
							<input type="text" class="textfield" style="border: 1px solid #000000;" name="anrphonenr" size="20" value="" onkeyup="return checkDisabled();" onchange="return checkDisabled();" id="anrphonenr">
						</td>
					</tr>
					<tr>
						<td style="font-size: 1px;">&nbsp;<br></td>
					</tr>
					<tr>
						<td nowrap>
							<span style="font-family: Arial;font-size: 12px; font-weight: bold;">Destination phone number:</span>
						</td>
					</tr>
					<tr>
						<td  style="width: 100%;">
							<input type="text" class="textfield" style="border: 1px solid #000000;" name="bnrphonenr" size="20" value="" onkeyup="return checkDisabled();" onchange="return checkDisabled();" id="bnrphonenr">
							&nbsp;<input class="button" type="submit" value="Call!" id="callbutton">
						</td>
					</tr>
					<tr>
						<td>						
						<span style="color: #000000; font-size: 10px;font-family: Arial;">Enter both phone numbers in the international format, for instance: 0016502530000 for a US number (001 prefix) and 0041446681800 for a Swiss number (0041 prefix). <br>Free calls are limited (60 minutes per IP address) and only valid for landlines in destinations marked as <a href="http://www.freecall.com/en/rates.html" style="color: #7575BB;font-weight: bold;text-decoration: none;font-family: Verdana;" target="_new">free</a>.						</span>
						<a style="color: #7575BB;font-weight: bold;text-decoration: none;font-family: Verdana; font-size: 10px;" href="http://www.freecall.com/en/webcalls_instructions.html" target="_new"><br>More instructions.</a></td>
					</tr>			
				</table>

</form>
<script type="text/javascript">
checkDisabled();

_IG_AdjustIFrameHeight();
_IG_Analytics("UA-1189083-1", "/VoipBuster/1");


</script>
]]>
  </Content>
</Module>
	
