var iSubmit = 0;function submitForm()
{
	if (iSubmit == 0)
	{
		iSubmit++;return true;
	}
	else
	{
		alert('Please be patient. It will take only a few seconds more!');return false;
	}
}
function decode(a)
{
	var i;var iHex;var w;i=0;
	while(i<a.length){iHex= a.substring(i,i+2);document.write('&#'+eval('0x'+iHex)+';');i++;i++}
}
function decodeTo(a)
{
	document.write ('<a href="mailto:');decode(a);
}
function decodemail(a,b)
{
	document.write ('<a href="mailto:');decode(b);
	document.write ('">');
	decode(a);
	document.write ('</a>');
}
function window_blank(url)
{
	var newwin = window.open(url,'_blank');
	newwin.focus();
}
function window_top(url)
{
	var newwin = window.top.location=url;
	newwin.focus();
}

