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

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

document.oncontextmenu = new Function("return false"); 
document.ondragstart = new Function("return false"); 
document.onselectstart = new Function("return false"); 
window.defaultStatus= "Portal de Artesanato - www.portaldeartesanato.com";

//</script>
