window.onload = function() 
{
	var li = document.getElementById("climg");
	var ri = document.getElementById("cr");
	var ct = document.getElementById('cntt');
	var ch = ct.offsetHeight ;
	li.setAttribute("height",ch);
	ri.setAttribute("height",ch);
}

function showMess(stat,lang)
{
	if(stat==1) // success
	{
		FxPop('/submit_success.'+lang+'.html','','',500,150);
	}

	if(stat==0) // failure
	{
		FxPop('/submit_failure.'+lang+'.html','','',600,170);
	}

}
function ContSubm()
{
	FxPop('','','true','700','260','','',true);
 	document.form1.target = 'detframe';
	document.form1.action = '/a/php/_mod_FrmCont_Submit.php';
	document.form1.submit() ; 
	document.form1.target = '';
	document.form1.action = '';
}
