//<script language="javascript">
// $id: eartesanato.js

if (top.location != location)
{
top.window.close();
window.open(location.href);
}

function SelectPage(id)
{
    document.getElementById(id).focus();
    document.getElementById(id).select();
}

//</script>

