
function show_price(prod_id,operation)
{
	document.profile.prod_id.value=prod_id
	document.profile.operation.value=operation
	document.profile.submit();
}
function show_features(id,prod_id,operation)
{
	document.profile.id.value=id
	document.profile.prod_id.value=prod_id
	document.profile.operation.value=operation
	document.profile.submit();
}
function show_actflow(id,prod_id,operation)
{
	document.profile.id.value=id
	document.profile.prod_id.value=prod_id
	document.profile.operation.value=operation
	document.profile.submit();
}
function show_mas()
{
  objm=document.getElementById('massmail')
  objn=document.getElementById('newsletter')
  objqg=document.getElementById('qgapp')
  if(objm.style.display=='none'){
	objm.style.display='';
	objn.style.display='none';
	objqg.style.display='none';
  }
}
function show_new()
{
  objm=document.getElementById('massmail')
  objn=document.getElementById('newsletter')
  objqg=document.getElementById('qgapp')
  if(objn.style.display=='none'){
	objm.style.display='none';
	objn.style.display='';
	objqg.style.display='none';
  }
}
function show_qg()
{
  objm=document.getElementById('massmail')
  objn=document.getElementById('newsletter')
  objqg=document.getElementById('qgapp')
  if(objqg.style.display=='none'){
	objm.style.display='none';
	objn.style.display='none';
	objqg.style.display='';
  }
}
