// JavaScript Document
function desc(id){
window.parent.document.getElementById(id).style.marginLeft='332px'
}
function desc2(id){
window.parent.document.getElementById(id).style.marginLeft='476px'
}
function desc3(id){
window.parent.parent.document.getElementById(id).style.marginLeft='332px'
}
function retorno(id){
document.getElementById(id).style.marginLeft='0px'
}
function retorno2(id){
window.parent.parent.document.getElementById(id).style.marginLeft='0px'
}
function show(id){
document.getElementById(id).style.visibility='visible'
}
function hide(id){
document.getElementById(id).style.visibility='hidden'
}