if (self.parent.frames.length != 0)
	self.parent.location=document.location;
function fotoswap(foto,ls){
   document.images['fotosup'].src = 'imgsnovo/load.gif';
   eval("document.images['fotosup'].src='"+foto+"'");
   document.images['thumb1'].src='imgsnovo/showthumon.gif';
   document.images['thumb2'].src='imgsnovo/showthumon.gif';
   document.images['thumb3'].src='imgsnovo/showthumon.gif';
   document.images['thumb4'].src='imgsnovo/showthumon.gif';
    eval("document.images['thumb"+ls+"'].src='imgsnovo/showthumoff.gif'");         
}
function comentario(id){
window.open('coment.asp?id='+id,'dica','height=300,width=316,resizable=no,status=no,scrollbars=yes,toolbar=no,menubar=no,location=no');
}