
function ow(indice,w,h){
	var openWindow = self.open(indice,"","left=100,top=100,width="+w+",height="+h+",menubar=no,toolbar=no,statusbar=no,resizable=yes,scrollbars=yes");
}			
